turned out to be a little more tricky then I thought, but in the end I got it working...one little thing though...my parser for getting the time from an mp3 can be off by 1 or 2 seconds for VBR mp3's....its just the nature of the beast....I will not parse an entire file just to get it more accurate...the importer would take forever.
Ok SOOOOOOO, I had to make a bunch of changes/updates/fixes to my music import code....things should be pretty fast now for some of you. But you MUST delete your db and re import everything to get the new "length" field for your tracks. I know people will start asking for album lengths and genre lenghts....etc ..etc...dont worry I had that in the back of my mind so that will be possible. Ok so length now imports....
Next I had to change my categories a bit, we needed an extra column to show the time....but I KNEW someone would want another column or something ....so we now have multi text columns....meaning you can now break up a text category into like what i did below.....first column is "%tracknumber% - 10%" second one is "%display% - 70%" third one is "%length% - 14%" customize it as you see fit....thats just a quick example.
oh yeah the scroll check box, make sure only one texcolum has that enabled for now....its something I have to fix later.....and yes I know about the text alignment....its hard coded for now....something else to fix when I get to it....not a big deal right now "i think"
and all your old categories will get upgraded to this new multi text column approach.....the thumb categories will only use the 1st text column for now.....I don't know if I will write the code to display multi rows for thumbs yet....we will see..
ok I'm out of time, test the exe and tell me how it is behaving.
http://www.xlobby.com/xlobby2.zip
here is the working example