A collection of simple helpers to make sorting of large amounts of images easier
Go to file
2024-09-02 23:03:09 +02:00
filename2mtime.py Added new script 2024-08-14 17:24:51 +02:00
LICENSE.txt Added LICENSE.txt 2024-08-08 15:28:43 +02:00
modify_mtime.py Added another helper script for changing the mtime of files 2024-08-08 15:32:35 +02:00
mtime2exifcreatedate.sh Set the executable bit for mtime2exifcreatedate.sh 2024-08-08 15:33:08 +02:00
README.md Added the helper to the README.md 2024-09-02 23:03:09 +02:00
set_mtime.py Added new script to set an absolute mtime to a specific file 2024-09-02 23:01:51 +02:00

image_sorting

A collection of simple helpers to make sorting of large amounts of images easier.

Disclaimer

Be careful! Some of the scripts in here do changes that are irrevertible. Make sure to keep a backup unless you know EXACTLY what you're doing (and what the script you're using does!).

Scripts

  • mtime2exifcreatedate.sh: iterates over all files in a directory (every!) and (over-)writes the EXIF CreateDate tag to the modification time of the file
  • modify_mtime.py: changes the modify date (mtime) of all files of the cwd by a given amount of time
  • filename2mtime.py: extract a date and time from the name of all files in a directory and set their respective UNIX mtime (the modified timestamp).
  • set_mtime.py: sets the modify date (mtime) of a selected file

LICENSE

This accumulation of helper scripts is licensed under the GNU General Public License 3.