Hi,
I have a large ANT database of movies. Many are online, and many are offline. When XLobby builds the database, I would like for it to automatically populate the "Offline Item" if necessary. Is there an easy way (prebuilt-variable) to do this with?
Also, does anyone have a full list of the Ant fields that can be pulled into an xlobby database through the Xant moviestemplate? (i.e. all of the $$ITEM_blah variables?
I tried to insert the line
<offline>$$ITEM_MEDIATYPE</offline> into moviestemplate, as I have set the variable "Media Type" in ANT to 'True' or 'False' depending on if movie is online or not. Unfortunately, when the plugin processes this line, it substitutes what is in the field $$ITEM_MEDIA, then adds on the word TYPE.
Thanks!