libpytunes
libpytunes copied to clipboard
Python Itunes Library parser
As far as I can tell, this xspf support is hanging out in Library.py and not doing anything useful. Agree/disagree?
In this example (from my personal project), we use the included test library to step through all tracks in the library, then go through the playlists and create ordered PlaylistEntry...
I'd like to filter my library as its being parsed as I have a mixture of music, podcasts, and audiobooks. Is there an attribute to identify which of these a...
Hi, I am using the library to load the data into MongoDB to generate some stats about my iTunes Library. An interesting thing to look at is the release date....
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...
Hello! I have a few use cases where I'm loading iTunes libraries from sources other than an XML file on disk (for example, from a compressed archive or over a...
Consider adding a quick note about how to install. I haven't been able to find it on pypi. Is it expected to pull down the project and use it locally?...