Export to SQL


This isn't really a file format, but this export option will allow you to generate all the SQL commands useful to import easily the movie list in a database.

The primary idea was creating a mySQL database, viewable with a PHP page, because it would be much more interactive than an HTML page for the people that want to see your movie list if you put it on the web.

If you enable the picture export, a "PICTURENAME" field will be added, containing the file name of the picture.

There is an option to generate UPDATE queries instead of INSERT queries, if you want to update information without first deleting existing data. It updates the movies on the basis of their number, so it may cause problem if you modify the numbers of some movies. For the same reason, the field "Number" will be removed from the selected fields when exporting in this mode.