libpytunes icon indicating copy to clipboard operation
libpytunes copied to clipboard

Feature Request - Add Disabled attribute to Song class (Checkmark in iTunes)

Open brningpyre opened this issue 1 year ago • 1 comments

I use the checkmark in iTunes to organize a lot of my music. One of the main reasons I wanted to use libpytunes was to build a project to sync all my checked songs (10K+) to my Android. But this attribute doesn't seem to be recorded in the song object.

In the iTunes XML it's recorded for unchecked songs as: <key>Disabled</key><true/> And for checked songs, the Disabled key is simply missing (thanks, Apple).

Would it be possible to add this attribute?

brningpyre avatar Apr 06 '23 17:04 brningpyre

Made a pull request for this: https://github.com/liamks/libpytunes/pull/71

brningpyre avatar Apr 06 '23 18:04 brningpyre