I’m extracting data from .tonfotos.ini to rename files so they include names (also updates .tonfotos.ini after renaming)
i would also like to include if the photo is marked as a favorite in tonfotos.
could you include this information in .tonfotos.ini file in future versions?
could be put in next to the faces object and be called “albums” or “tags”
normal albums should include a unique id so even if they are renamed it can be recognized
Something like:
"faces": {
},
tags: [
{id:"0", name:"Favorite"},
{id:"54322", name:"Summer 2024"},
{id:"54232", name:"Summer 2023"},
]