Not yet, unfortunately.
I downloaded the CLI file to a subdirectory of the directory I store XYplorer download files in: D:\Downloads\XYplorer\MediaInfo
I substituted this for the folder you had in your script. EXIFTOOL is in the root directory and I used the setting in your 3rd post on page 1.
The script now looks like this:
Code: Select all
$exifTool = "D:\Downloads\XYplorer\MediaInfo\exiv2-0.24-win\exiv2.exe";
$fullDate = regexreplace(runret("$exifTool -q -g Exif.Image.DateTime -Pv ""<cc_item>"""), "\r?\n");
return replace(gettoken($fullDate, 1, " "), ":", ".") . " " . gettoken($fullDate, 2, " ");Nothing happens. I've probably done something wrong but I haven't found out what.
Thanks for your help.
XYplorer Beta Club