Still haven't gotten After Effects working in wine. Everything else that I use from my master collection works well though.
My washing machine as I'm frantically pressing the spin cycle button: "I'm sorry, I cant do that Dave."
AnimusExMachina
joined 1 month ago

I'm sure there is a great bash option but my bash is rubbish.
A quick python script would work.
From the datetime module you could use
fromisoformat()method to get the date then use thestrftime()to get your Year-month-day format. All this after reading the directories contents with theos.listdir()oros.walk()loops. You could parse the filenames for IMG/VID usingif "VID" in file_namelogic. You could strip the date from the file_name before using datetime withstring slicing. Lastly you can use theos.rename()method to rename the file.These steps are a bit out of order. But the ingredients are there. With a bit of search engine magic you should be able to work up a script. I would set up a testing folder and test it well before using your script on things you don't have a back up of.