HI, I am looking to see if I can do this with the XAnt plugin, or get the plugin source to modify:
I have a single Ant movie database (called 'Movies.amc'). This database contains a field ('Borrower'), that I set to either "Mature" or "Family," based on the type of movie. Since the XAnt plugin associates 1 Xlobby (.xml) database to 1 Ant (.amc) database, I am constantly having to manually split my Movies.amc database into 2 separate .amc databases. Each of these .amc databases (Movies_Family.amc and Movies_Mature.amc) are then used to generate the XLobby (.xml) databases (using the XAnt.ini file).
What I would like to do is have the XAnt plugin generate the two Xlobby databases (movies_mature.xml and movies_family.xml) from the single Movies.amc database, based on if the "Borrower" field is set to 'Mature' or 'Family.'
Any suggestions?
Thanks!