Hey everyone if you're like me then having the information of the dvd displayed is one of the best things about xlobby. And chances are the fact that the director name, rating, running time, and genre have no labels in front of them are eating away at teh very thing you call a soul. heh so here's what I'm doing untill steven ads the skin feature of adding just text fields:
First I export my dvd collection to .xml format like always, then I open the xml file in an editing program. (note: it must be one that allows multi line find/replacing, you'll see why soon)
Then I find and replace the following fields with new ones:
<Rating> = <Rating>Rating:
<RunningTime> = <RunningTime>RunningTime:
<ProductionYear> = <ProductionYear>Production Year:
<Genres> = <Genres>Genres:
Find and replace those fields for the entire thing, and bam, its almost ready. (Note: There must be a space put in after the colon or it will appear without one, duh!)
Now you're probably wondering what about the Director Name, this is why you need to edit the file with a multi line find/replace capable editor, I use dreamweaver but that's cause I do sites as well, I'm pretty sure word allows it. So find and replace:
<Directors>
<Director>
<FirstName>
with:
<Directors>
<Director>
<FirstName>Director:
now save and exit and reload all online dvds from the setup menu and you should be golden. Well I hope that fixes your needs, cause it fixed mine, the only sucky thing is you'll need to do this everytime you add a new dvd/export to xml. but i's not that bigga deal if you set up a macro, heh.
-matt