I was wondering if there was a way to change the Date Taken of .jpg with regex as you do with multi rename tool.
I have a thousand photos which are named with the correct date (20130320 for exemple for 20 march 2013) but has not the "Date Acquired" field filled, or it is filled with strange values as "01/01/1946)
I Think it is important to fill that field, because, for exemple, If you upload a photo on google photos, and you download it back, Date of Creation and Date of Modify will change, but Date of Acquisition will stay.
It is a field I can see and use through tc with shelldetails plugin and i can modify on hand.
I cannot modify all the photos on by one selecting them and manually inserting the date, (right-click -> propriety -> date of acquisition/date media creation -> modify)
I would love to find a way to do the same thing I do with multi rename tool when I want to put the date as the name, but the opposite, the name as the date.
Any ideas?
[SOLUTION]
1. Install Plugin jpg-comment
2. Select the jpeg files, go to >Change Attributes
3. jpg-comment DateTimeOriginal -> [=tc.name5-8]/[=tc.name3-4]/[tc.name1-2]
solid wrote: 2023-01-29, 20:47 UTC What you can do is set the write date of the file from filename with change attributes dialog. Although not officially supported, TC will accept filedate values from plugins if properly formatted. From your example, the syntax for the date will be [=tc.name:7-8].[=tc.name:5-6].[=tc.name:1-4] (change dots as date separators if necessary according to your system locale)
[OPEN QUESTION (2023/02/04)]
I still didn't find any plugins which make you change .mp4, .png, m4v date of shooting attributes.
The only plugin which works with "Change Attributes" tc function is JPG-comment, which fields refer just to .jpg
I have other plugins such as shelldetails for multi rename tool which show the fields I want to modify, but still can't find one which you can use in "Change attributes" function for .mp4.