John Strunk
John Strunk
The maintainers just added a notice to the readme that this project is now depreciated and to use another project instead. I think that answers your question pretty well :)
I want to add a note of consideration here: please do not store the photo time in UTC as Google Photos provides it. As a user, the original timezone of...
Here is some data that may help with testing: - A large list of photo file names and their corresponding JSON metadata file names from a December 2022 Google Takeout:...
I believe ffprobe can be used in the same way you are using ExifTool right now. The command `ffprobe -v quiet -print_format json -show_format -show_streams` will output ONLY json formatted...
As mentioned above, I don't think the added complexity of exposing the whatsapp filename date parser option to the config is a good tradeoff; however, what could be done is...
I just got the scripts in the master branch to work with pfSense 2.5.4 by doing everything in the readme, then resetting netgraph ( as described in the readme), and...
In the meantime I have adjusted my database to store formatted local time instead of timestamps so that I just don't have to worry about converting between them. I was...
Yeah now that the package is v1, I agree we can't just remove it. Maybe adding gleam's `deprecated` attribute to it would do the trick.
Funnily enough, just the other day I was looking into a PhotoPrism bug in production where converting between EDT and UTC fails if the time is past 8pm EDT because...
Great, thanks so much! Sorry I never got chance to help you triage it.