liamks / libpytunes

Python Itunes Library parser
https://github.com/liamks/pyitunes
MIT License
220 stars 88 forks source link

Playlist support and more #5

Closed copart closed 10 years ago

copart commented 10 years ago

Added Playlist support, which also changes the songs dict to be keyed on track id. This is required since the iTunes XML only list these IDs as members of each playlist. I also made some changes to better support UTF-8.

copart commented 10 years ago

Also I am using plistlib to process the iTunes XML, depreciating the custom XMLLibraryParser code.

liamks commented 10 years ago

Thanks @copart !