Usage: php copraxmlconvert.php -i <input> -o <output> -m <media> -p <project> -t <task> -r <reel> -n <file_header> -u <file_header_rename> -f
<input> Input ALE file created using DaVinci Resolve [Required]
<output> Path to COPRA4 output file [Required]
<media> Path to Directory in which the media files are stored. [Required]
<project> Targetted Project Name on COPRA4 Server [Optional]
<task> Targetted Task Name on COPRA4 Server [Optional]
<reel> Targetted Reel Name on COPRA4 Server [Optional]
<file_header> Custom ALE Header name which includes the filename [Optional]
<file_header_rename> Custom ALE Header name which includes the filename, filepath will be ignored[Optional]
-f Force: Create XML file even if Video files can not be found [Optional]
* -u option added to define the ALE column which includes the filename. it will only change the <filename> tag and not the <preview_file> like the -n option does
* Reel/Task/Projectname options should now work properly
* Added -n option to define the ALE column which includes the filename
* Made some changes to the way relative paths are handled by the script
* Fixed a bug which caused -m and -o options to not work
* Fixed a bug which caused the -f option to not work properly
* Default output is now in the path of the input ale instead of the current directory
1 Comments