Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
brningpyre opened this issue Apr 6, 2023 · 1 comment

Comments

@brningpyre
Copy link
Contributor

brningpyre commented 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?

@brningpyre brningpyre changed the title Attribute - Disabled (Checked in iTunes) Attribute - Disabled (Checkmark in iTunes) Apr 6, 2023
@brningpyre 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
Should function the same as protected and others.
@brningpyre
Copy link
Contributor Author

Made a pull request for this:
#71

liamks added a commit that referenced this issue Apr 10, 2023
Issue #70 Add Disabled attribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant