Week Number in File Name
Posted: Mon Apr 12, 2021 2:58 am
Is there a way to add "week number" into the file name during a rename operation?
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Code: Select all
-k -d %W "-FileName<$CreateDate%f"
XnViewMp has it's own set of formats.Why can't xnview use the %W modifier in file renames
As I said above,I already have files named "YYYYMMDD-HHMMSS--<notes>.jpg". Can I make this look like "YYYY-WW-MMDD-HHMMSS--<notes>.jpg"?
You should choose a name to insert in first column for this "open with" feature, such as AddWeekNumber.You can use ExifTool through XnViewMP with "Tools, Open With , Configure", select AddOn\exiftool.exe , and add the right correct parameters ...
Code: Select all
-k -d %Y-%W- -TestName<${CreateDate}${FileName;s/^[0-9]{4}//}