aidandenlinger / SnapchatMemoriesCaptionAdder

Adds metadata (captions and timestamps) to your exported Snapchat memories.
MIT License
23 stars 4 forks source link

Awesome Tool / Captions Missing from photos in ~2018 #10

Open marcSoda opened 1 month ago

marcSoda commented 1 month ago

This tool worked perfectly. Your efforts are appreciated.

Note: I received no overlays from the Snapchat export for any of my memories before June 2018. I noticed that your warning in the readme detailed that your experience was similar. Just wanted to note the pattern.

aidandenlinger commented 1 month ago

Thank you for the thank you, it's appreciated :)

Sorry to hear about the 2018 captions, but good to know it seems to be consistent. I wonder if the filename or format for the ~2018 overlays are different, this script assumes there isn't an overlay if it can't find a png with an expected name: https://github.com/aidandenlinger/SnapchatMemoriesCaptionAdder/blob/cdeb302832de0460d35c09d8debac9f81b505ab5/SnapchatMemoriesCaptionAdder/adder.py#L67-L74

I don't plan on digging into this in the near future, but I'm more than open to any PRs if someone wants to investigate and fix it!