I have made a small Deno application that can rename files to include face names in filename
available here: https://github.com/svefro/tonfotos_renamer
it adds a suffix to the filename “{PN name 1, name 2}” where name is first name and number is first letter of next name\
so “Ola Norman” would become Ola N
original filename: “IMG_2024_10_12_dsadsa.jpg” would become “IMG_2024_10_12_dsadsa {PN Ola N}.jpg”
script also updates .tonfotos.ini file with the new name if rename is successful.
Use at own risk and test dry run first to see what files would be renamed.
compile on any pc with “compile_tonfotos_renamer.bat” or “compile_tonfotos_renamer.sh”
requires deno installed or “deno.exe” in same folder
link to latest deno as of today: https://github.com/denoland/deno/releases/download/v2.0.2/denort-x86_64-pc-windows-msvc.zip
Extract and put deno.exe in to same folder as the script