Skip to content
chriswood edited this page Sep 13, 2010 · 10 revisions

So this is the beginning of a project that I hope will be useful for office type networks, where a lot of people have shared itunes libraries. Right now all this does is parse your library (actually a test one at the moment, but you can easily change that by removing a comment), and print a few things about each track. I hope to store this info in a central database, and then make an interface to get various information out of it. The main thing I want to be able to do is search among various users for a song easily, but also some statistics of what is the most popular tune, etc… would be fun.

To use this at the moment, just run…
python sax_parser.py
where user is your computer user where your itunes library is.

Clearly this is in the embryo state, but it is getting there!

chris

Clone this wiki locally