libpytunes icon indicating copy to clipboard operation
libpytunes copied to clipboard

Python Itunes Library parser

Results 17 libpytunes issues
Sort by recently updated
recently updated
newest added

I like libpytunes for exporting playlist files from music app. If you want to make this script useable for python 3, I had to modify Library.py as follows: add function...

plistlib library has changed, fix call.

Hi, could you upload your library to PyPi, please? This would ease the installation (via pip) and usage. Cheers, Philipp

iTunes track_id does not remain persistent. Any changes to your iTunes library, such and changing any metadata may very well cause the track_id to change. I had this happen to...

Would it be possible to add a flag to Playlist to verify if the playlist is a Genius generated playlist or not? The existence of the "Smart Info", "Smart Criteria"...

Just got this using 2.7, conda environment w/ tensorflow. My library definitely has a lot of accents ``` --------------------------------------------------------------------------- UnicodeEncodeError Traceback (most recent call last) in () 19 if song...

How would I use this to save any changes back to iTunes? I think currently this is not possible yet?

Spot-checking my library, these two fields seem to yield the same results. Is there any case where they're different? If not, should we drop one of them? Which one?

Library.py references these two objects, but it is unclear where they're supposed to be passed in from or what they do. Comments say: ``` # musicPathXML and musicPathSystem will do...

As far as I can tell, this function is defined but not used anywhere. It checks for availability of an xspf dependency, but nothing in the package installs xspf. Appears...