How things are:
I use ant movie catalog to catalogue all my offline movies. Then, via ant plugin, the database info is transfered on startup to xlobby. And this works fine.
Now, the problem. I have a number of movies online, that is on hard drive (30-40 films). These films are there only temporary and are NOT in Ant catalog, because I keep films (avis) there for a couple of weeks/months and then burn 'em onto CDs and new ones are moved there, etc.
In a perfect world, ANt plugin would create DB from ant database on startup, and then XLobby would kick in and ADD movies it finds in the path.
But when I start XLobby, all I get is ant movies, not additional online movies that are not in ant catalogue.
I tried making an startup event that would update the database, but it doesn't work.
I suspect that this is because this update is performed PRIOR to Ant overwriting the XLobby database...
Is there anything that can be done concerning this?
What is the exact order in which this is done? I suppose this would make most sense:
* xlobby starts
* xlobby loads plugins
* ant plugin writes database
* xlobby finishes loading plugins and resumes
* xlobby scans paths for films and adds newly found avis to the database
Anyone?
D.