Score:0

Overwrite FS properties with the EXIF props

cn flag

I currently have some files that are working and displaying the correct properties from the FS. But some are showing incorrectly when trying to order by date. As the date is showing as "Unknown"

For example: enter image description here

I cannot order by Date as I have a few scricts that will merge all these files into one for me. But with the dates not working. The other is all "messed up"

So is it possible to overwrite certain FS properties from the film with the properties help in the File EXIF?

Files: https://drive.google.com/drive/folders/1IMVgOM6M1OTLL2HTcKOGp6Tyvinta4K7?usp=sharing Of course, I cannot test this easily as when I download the file to my machine, the new time stamps are shown: enter image description here

FedKad avatar
cn flag
You question is not clear, but you can use the `identify` command from ImageMagick-ims6.q16(1) suite of tools and get the "`%[EXIF:DateTime]`" from the EXIF info in the file. Then you can use the `touch` command to change the modification date/time of the file.
kr flag
This is not easily achieved. Linux will only save timestamps for file access and file modification by default. Not file creation.
cn flag
Sorry for the lack of clarity in the question chaps. Well I would be looking to edit the files props after it is saved and transferred to my Machine. Via an SH script. Alternatively I could update my sort to do it from the file and not the FS? `find . -type f -name '*.MP4' -printf "file '$PWD/%p'\n" | sort`
cn flag
Actually I am using `ls -1v -tr`
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.