A solution for a problem that don't exist renaming your file names to their date of creation. Bulkmap does that really well just give your absolute file path to it.
Bulkmap validates your filepath, count the number of files in a folder and subfolders give the filepath to exiftool to extract their creation date in json file format and writes a json log about each file what was its original name and new name. if you don't want to change filenames you can use the --dry-run flag to generate a json log file.
Install exiftool from www.exiftool.org
- Requirements
pip install -r requirements.txt - Running the script
python3 main.py - for dryrun
python3 main.py --dry-run