Hello all. I'm a newbie at Xlobby, and have been playing with it for about a 2 weeks. I'm getting going, but a have some questions about importing my music into the database. The basic structure of my music is as follows:
\\Genre\Artist\Artist - Album\Track# - Artist - Song.mp3
I'm trying to import my music so the DB is structured as follows
Artist\Album\Songs
Everything works pretty well when I click the "Use Directory Structure" radio button before importing, but I'm not quite sure how the info is actually getting into the database. If I had a better understanding of the underlying code, I could manipulate things much better.
I'm going to describe what I THINK is happening. Please let me know if I am misunderstanding things:
When the date is imported using the directory structure, the highest levels of the database are created based on the folder names. If the folder has no music files directly under it, a category is created with name and date information. This continues down into the folders until a folder is reached which does have a music file. When the music file is found, the ID3 info in the music files is used to populate the artist, song name, track number, album name, etc. fields for both the folder which contains the music file and the actual individual song entries, themselves. Is this correct?
Ideally, what I want is a music page which lists the artists. When I click on the artist, I'd like to see a page of the available albums by that artist. I'm not quite there yet, but I think that by understanding how the info is imported I can reach my goal.
Alternately, is there a way that I can simply have the DB importer analyze only the ID3 tags and assemble everything from that? I've been pretty meticulous in tagging my files, but when I try to use the "Artist>Album" or "Genre>Artist>Album" radio buttons to populate the DB I get very strange results (I'm not at my home computer right now so I can't give better details than that right no).
Thanks for the help!