brigit - SAMPLE-STRUCTURE ========================== Version 0.95a - 04 August 2002 ------------------------------ http://www.the42.net/brigit Sample directory structure (currently in use on my system): ./adam_ant/manners_physique/01.room_at_the_top.mp3 ./adam_ant/manners_physique/02.rough_stuff.mp3 ... ./adam_ant/manners_physique/09.young_dumb_and_full_of_it.mp3 ./adam_ant/manners_physique/10.anger_inc.mp3 ./adam_ant/wonderful/01.wont_take_that_talk.mp3 ./adam_ant/wonderful/02.beautiful_dream.mp3 ... ./adam_ant/wonderful/10.angel.mp3 ./adam_ant/wonderful/11.very_long_ride.mp3 ./depeche_mode/the_singles_86-98.volume_1/01.stripped.mp3 ./depeche_mode/the_singles_86-98.volume_1/02.a_question_of_lust.mp3 ... ./depeche_mode/the_singles_86-98.volume_1/09.policy_of_truth.mp3 ./depeche_mode/the_singles_86-98.volume_1/10.world_in_my_eyes.mp3 ./depeche_mode/the_singles_86-98.volume_2/01.i_feel_you.mp3 ./depeche_mode/the_singles_86-98.volume_2/02.walking_in_my_shoes.mp3 ... ./depeche_mode/the_singles_86-98.volume_2/10.little_15.mp3 ./depeche_mode/the_singles_86-98.volume_2/11.everything_counts_live_.mp3 ./depeche_mode/ultra/01.barrel_of_a_gun.mp3 ./depeche_mode/ultra/02.the_love_thieves.mp3 ... ./depeche_mode/ultra/11.insight.mp3 ./depeche_mode/ultra/12.junior_painkiller.mp3 Some files removed from listing for brievity. Notes: - For consistencies sake, I've made all names lowercase. This is just a personal preference and the code doesn't care (or it's not supposed to :). - I've also elected to use underscores (_) rather than spaces. Again, this is just a personal preference and does not have an effect on the code. - Song name can include the artist and/or album name. - Delimiters between the different parts of a song name (track number, artist name, album name) can be one of dash, underscore, period or space ('-', '_', '.' or ' '). - Albums that are part of a set (like volume 1 and 2 of Depeche Mode's, "The Singles 86-98" in the sample above can not be in a "third level" directory (i.e. ./depeche_mode/the_singles_86-98/volume_1 and ./depeche_mode/the_singles_86-98/volume_1); We only allow a depth of 2 directories. - Currently looks for the following file extensions: mp3, m3u, wav, mpg, mpeg and avi. Though I actually haven't tested anything besides files with an mp3 extension.