How do I specify that I want to import the CollectionNumber into a database.
this is a piece of collection.xml
<DVD>
<ID>2061624009</ID>
<UPC>20616-24009</UPC>
<Title>Queen: Live at Wembley '86</Title>
<SortTitle>Queen: Live at Wembley '86</SortTitle>
<Regions>
<Region>1</Region>
</Regions>
<CollectionType>Owned</CollectionType>
<CollectionNumber>64</CollectionNumber>
<Rating>NR</Rating>
<ProductionYear>2003</ProductionYear>
<Released>2003-06-17</Released>
<RunningTime>110</RunningTime>
<CaseType>Keep Case</CaseType>
<Genres>
<Genre>Music</Genre>
</Genres>
<Format>
It's the Collectionnumber I'm after to add on the movie screen. Can I do that? What controls what data gets imported from the collection.xml? How come title and such gets into the database, but not the collectionnumber?
EDIT:Spoke to matt and he had it working in older versions of xlobby. Now with .17 it does not work:DS
//Lasse