I would like to export my catalog in html or save it in xml giving a personalized name to every picture.
Fo example:
year of the film + upload date + original title. If the year is missing I would like '0000'; if the upload date is missing I would like '00/00/00' (or similar).
Is it possible?
How can I do?
Thank you.
You should be able to do that via script.
These functions should be useful for that:
function ExportPicture(filename: string): Boolean; Exports the picture of current movie in specified directory with specified name.
You can use PictureExt function to know picture extension.
function GetPictureExt: string; Returns picture extension if current movie has a picture, '' otherwise.
Very well, done!
It's possible (and quite easy) to save pictures with choosen names using a script.
Exported pictures will be subsequently reloaded using importpicture2.
Another question about exporting images: is it possible to set image resolution when saving (or reloading) ?
Thank you!
There is a ConvertPicture function, but it changes the picture of the catalog.
If you want to change the exported image it is probably easier to do that with some other tool allowing to batch-resize pictures (e.g. XnView)