I've been using xAnt for ages, then on advice of someone from French Team, added sections to xant.ini to separate adult/normal movies, like this:
- Code: Select all
[Movies]
input=d:\htpc\ant\catalogue\movies.amc
output=c:\program files\xlobby\databases\movies.xml
images=d:\htpc\ant\images\
sort=$$ITEM_ORIGINALTITLE
template=c:\program files\xlobby\plugins\moviestemplate.xml
filters=$$ITEM_BORROWER(movies)
[Movies_XXX]
input=d:\htpc\ant\catalogue\movies.amc
output=c:\program files\xlobby\databases\movies_xxx.xml
images=d:\htpc\ant\images\
sort=$$ITEM_ORIGINALTITLE
template=c:\program files\xlobby\plugins\moviestemplate.xml
filters=$$ITEM_BORROWER(xxx)
Now, I'd like to add 3rd section, to export WHOLE database into a different database, using different template... but it just doesn't work... It kinda exports images, but xml file is nowhere to be found...
Is .ini limited to number of sections? or what else could cause problems?
D.