Skip to content

Rhythmbox, iTunes, and mp3 organization

Some dude wrote a python script to convert your iTunes library xml file to rhythmbox’s library xml file (mirrored here).

I like the idea of iTunes’ automatic filesystem organization for mp3s, but I’m unhappy with the fact that it creates so many singleton “artist_name_folder/album_name_folder”folders. Need to write a script to parse thru the library and for each of these singletons, change the album name to “Singles” and check the “compilation” entry in the xml tag for the song. Or something.

One Comment

  1. anon

    i found this via google, both your links are dead, but here’s one that works: http://www.mail-archive.com/rhythmbox-devel@gnome.org/msg04279/itunes2rhythm.py

    i’ve also modded this itunes to rhythmbox library converter so it’ll produce readable rhythmbox (v0.11.5) libraries even if there are special characters in the file names. it doesn’t copy data except for the rating/play count/last played parts, but rhythmbox will scan the rest from the file’s metadata anyway.
    here’s the mod: http://pastebin.com/f26b33118 – no warranties and so on though.

    Posted on 05-Jun-08 at 07:26 | Permalink