You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
brningpyre
changed the title
Attribute - Disabled (Checked in iTunes)
Attribute - Disabled (Checkmark in iTunes)
Apr 6, 2023
brningpyre
changed the title
Attribute - Disabled (Checkmark in iTunes)
Feature Request - Add Disabled attribute to Song class (Checkmark in iTunes)
Apr 6, 2023
brningpyre
added a commit
to brningpyre/libpytunes
that referenced
this issue
Apr 6, 2023
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?
The text was updated successfully, but these errors were encountered: