I have recently started to play around with the Ant Movie catalog and Xant. However when I load Xlobby it does not create the database. Is there something I am missing to get this to work. I started this with a fresh install of Xlobby to make sure something I screwed up elsewhere was not the cause. So there is no movies database at all in the databases folder.
Thanks to Marbles for his Xant document for getting me started on this.
I have created an Ant Catalog of some of my movies to test with and it is located
C:\Program Files\Ant Movie Catalog\Catalogs\movies.amc
I use Borower field to show the Rating - G, PG, PG-13, etc and set up the script for DVDEMPIRE to add the proper URL for the movie.
As for the Xant plug in...I have the .dll .ini and moviestemplate in the in the plugins folder for Xlobby like this
C:\Program Files\xlobby\plugins\XAnt.dll or C:\Program Files\xlobby\plugins\XAnt.ini
My .ini file looks like this
[movies]
input=c:\Program Files\Ant Movie Catalog\Catalogs\movies.amc
output=c:\Program Files\Xlobby\databases\movies.xml
images=c:\Program Files\Ant Movie Catalog\Pochettes movies\
sort=$$ITEM_ORIGINALTITLE
template=c:\Program Files\Xlobby\plugins\moviestemplate.xml
filters=
and the template like this
<?xml version="1.0" encoding="UTF-8"?>
<database>
<sortorder>sorttitle</sortorder>
<sortable>
<sort>actors</sort>
<sort>title</sort>
<sort>sorttitle</sort>
<sort>genre</sort>
<sort>director</sort>
<sort>year</sort>
<sort>rating</sort>
<sort>name</sort>
</sortable>
<template/>
<paths>
<path/>
</paths>
<item>
<parameter>$$ITEM_URL</parameter>
<coverart>$$ITEM_PICTUREFILENAME</coverart>
<display>$$ITEM_ORIGINALTITLE</display>
<offline></offline>
<information>
<name>$$ITEM_ORIGINALTITLE</name>
<title>$$ITEM_ORIGINALTITLE</title>
<sorttitle>$$ITEM_ORIGINALTITLE</sorttitle>
<director>$$ITEM_DIRECTOR</director>
<runtime>$$ITEM_LENGTH</runtime>
<plot>$$ITEM_DESCRIPTION</plot>
<actors>$$ITEM_ACTORS</actors>
<year>$$ITEM_YEAR</year>
<genre>$$ITEM_CATEGORY</genre>
<rating>skin://buttons/$$ITEM_BORROWER.png</rating>
</information>
</item>
</database>
Are there steps I am missing to make this work? Do I need to launch this some way other than just executing Xlobby. Does this need to be in the plugin folder a different way. Like this C:\Program Files\xlobby\plugins\XAnt\XAnt.dll
Any help you can give would be appreciated since this would save me countless hours updating my DVD's.