Fotos /Videos umbenennen

https://exiftool.org/

It is in the Fedora repos…

Code: sudo dnf install perl-Image-ExifTool

Foto

exiftool -P -'Filename<DateTimeOriginal' -d %Y%m%d_%H%M%S.e ./* Video exiftool -r -'Filename<CreateDate' -d %Y%m%d_%H%M%S.e ./*

wenn stunden abweichen auf änderungsdatum bei videodateien gehen exiftool -r -'Filename<FileModifyDate' -d %Y%m%d_%H%M%S.%%e ./*.MP4