I wasn't entirely happy with the music database options, so I wrote a perl script to assemble a music DB my way.
Features:
- Ogg specific
- Behaves like Artist>Albums except in special cases
- 2 folders to segregate "Various Artists" type albums, these are: Soundtracks and Various Artists (easily expanded)
- Proper sorting. ex: The Alan Parsons Project sorts under A, Tori Amos sorts under A. (Must have proper directory layout/tagging for this to work)
- Detects cover art for Artist and Album levels
- Optional collection name at Artist level (for display in a category)
Requires:
perl modules:
Encode, Cwd, DirHandle, Ogg::Vorbis::Header::PurePerl
For the sorting to work, your Artist and Album folders must naturally sort the way you want it to appear in Xlobby. For instance the Tori Amos folder is "Amos, Tori" and The Planets is "Planets, The". Within your ogg files tagging should be normal. (Tori Amos, and The Planets)
I think that covers it. Enjoy, tell me what you think.
Don't forget to have Xlobby sort your db after loading the first time.
http://www.mooluv.com/Leeman/musicdb.pl
[EDIT] - interestingly enough, leaving out the "parameter" value for an album meant that filters didn't work. Took me a bit to figure that one out. So there is now a new version at the link above.
Bug fix: filters not working with db generated by script