The easiest way on the portable is to indicate online/offline movies. This is done by using Ant's "Borrower" parameter. Leaving it blank will indicate that the movie is online (on the portable harddrive), setting that parameter to "True" will indicate the movie is offline (not on the portable).
You need to add to the XAnt movietemplate.xml file the following line within the <item> parameter, but before the <information> parameter:
<offline>$$ITEM_BORROWER</offline>
It will look something like this:
- Code: Select all
<item>
<parameter>$$ITEM_URL</parameter>
<coverart>$$ITEM_PICTUREFILENAME</coverart>
<display>$$ITEM_TRANSLATEDTITLE</display>
<offline>$$ITEM_BORROWER</offline>
<information>
<support>$$ITEM_VIDEOFORMAT</support>
<name>$$ITEM_ORIGINALTITLE</name>
<title>$$ITEM_ORIGINALTITLE</title>
Then once you start xlobby, goto your movies screen and open the skin editor. Goto Category, then Display, then click on the Offline button to add some sort of image to indicate offline movies. Then when movies that aren't on the portable their coverart will have some sort of graphic displayed with it.
Then as movies get copied over, you just open your Ant catalog, change the Borrower setting for the appropriate movies, then just rebuild the database in Xlobby.
Hope it helps.