My camera phone create file like this IMG_20241216_152710_528.jpg to rename to 20241216-152710-528.jpg, i like to rename the file using the date and time presente in filename and not in metadata or filesystem.
There is the option to append the original file name, but there is userfully to inser a pattern to elaborate the orginal filename, maybe like sed command. With this I can append the 528 to the renamed file, for example can I use '{s/IMG_//;s/_/-/g}'.
My camera phone create file like this IMG_20241216_152710_528.jpg to rename to 20241216-152710-528.jpg, i like to rename the file using the date and time presente in filename and not in metadata or filesystem.
There is the option to append the original file name, but there is userfully to inser a pattern to elaborate the orginal filename, maybe like sed command. With this I can append the 528 to the renamed file, for example can I use '{s/IMG_//;s/_/-/g}'.