-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live Photo’s needing to be manually changed #422
Comments
Live photos are short videos up to 3 seconds. Are they longer? It may also happen, when the length can not be detected (0:00). |
No, they're 3 seconds or shorter .movs. |
We use exiftool for this as we can't directly read video metadata yet. So you need to enable json sidecar files, which slows down indexing a bit when indexing for the first time. |
How do I enable json sidecar? I get a lot of .jpg sidecar files but not seen .json ones. |
See our example docker-compose.yml files or run |
Thank you, I'll give that a try, and what is the benefit of adding yaml sidecar files while I'm here? |
They'll contain a metadata backup (title, description, favorite, private,...), so it can be recovered when your database gets lost. |
Thank you!! That's solved it. Re-indexing a folder didn't seem to work after I made the changes, so I moved my settings/sidecar/cache folder and re-indexed the same folder and it's adding them as Live. Thanks again, I've really been enjoying curating lost memories in PhotoPrism, looking forward to seeing how it develops. |
Can you provide some information on how Live Photo’s are picked up/detected. I can get them working if I go to the video file and change it’s type to Live, it removes it from videos and I get the hover functionality in the photos view but I don’t get an indicator like in the demo to show its Live.
Additionally, are there plans to be able to modify multiple files at once? I.e manually change date and other metadata?
The text was updated successfully, but these errors were encountered: