peawee dot net

Life without iTunes

April 7, 2008 2:46 pm

Apple’s walled garden works well for most people. I, unfortunately, am not most people.

This is my story.

As I’ve already discussed previously, iTunes has a certain amount of suck involved.

So, I’ve discovered Play, which sucks less in some ways, and sucks more in others. As so far, the more suckage hasn’t been so much of a concern for me yet, and after checking out the source code, it don’t look too hard to create some patches against. One of my “post-graduation to-dos”.

My CD collection sits as FLACs on my server drive, and Play handles it quite nicely, updating its sqlite database of music every time it starts up. To rip, I use sbooth.org’s Max, which includes the very excellent cdparanoia ripper and pretty good support for tagging, album art, and all the formats I’ve grown to love, such as FLAC.

Currently, there are a couple of weak links. Play doesn’t export playlists to plain text files (otherwise known as .m3u), and the built-in “Convert with Max” option only lets you select 10 tracks at a time. How am I supposed to convert 200-250 FLAC files into Ogg or MP3 to put on a portable player to bring around? Solution: the music library database is simply a sqlite database, which means I can hook up a Perl script to it and extract playlists like that, and run it through conv. For use with my iPod, I can simply make a small library in iTunes, and simply import into iTunes to copy to the little machine. No biggie. If I felt like it, I could most likely write an AppleScript to automate it for me.

CD burning? Same as with the iPod; just use iTunes to make it easy.

So far, I really haven’t missed it. Huzzah!

No Responses to “Life without iTunes”

Care to comment?