Unfortunately, it happens that the creation date is overwritten during editing or conversion or that some photo programmes (e.g. Synology Photo) sort the videos according to the modification date. Time Rewinder helps to reset the timestamps (creation and modification date) to the origin based on the file name.
- A correct time structure in the file names:
YYYYMMDD-HHMMSS ...
- First rename all pictures and videos (before editing!) according to the pattern
YYYYMMDD-HHMMSS ...
. For batch renaming you can use Adobe Bridge, Advanced Renamer for Windows or NameChanger on Mac. This wayDMC2047375.jpg
becomes20230513-141827 - Ninas birthsday.jpg
- Now the images can be developed or the videos edited and converted.
- When the editing is finished and the files are ready for archiving, TimeRewinder comes into action.
- A folder can now be selected using the Import button. If necessary, some basic EXIF data can be added (existing metadata will not be overwritten if the field is left empty). The table can be used to check if the program has read out the time and date correctly. The program also checks if the values are logical. If a time (e.g. 11:89:02 (89 minutes do not exist)) is out of range, the line is highlighted in red. You can remove a file from the list by clicking 'X' if you do not want it to be processed.
- Press the button "Rewind" to start changing the data.
On external drives, the modification date will not be corrected. In this case, you have to work locally.
Install | · npm install |
Update with NCU | · ncu -u |
Develop | · npm start |
Build Mac | · electron-builder -m |
Build Win | · npx electron-builder |
In order to eliminate vulnerabilities caused by electron itself, please run npm update
and npm audit fix
. This will apply overrides.