Skip to content
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

Closed
Chadea opened this issue Jul 26, 2020 · 8 comments
Closed

Live Photo’s needing to be manually changed #422

Chadea opened this issue Jul 26, 2020 · 8 comments

Comments

@Chadea
Copy link

Chadea commented Jul 26, 2020

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?

@lastzero
Copy link
Member

lastzero commented Jul 26, 2020

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).

@Chadea
Copy link
Author

Chadea commented Jul 26, 2020

No, they're 3 seconds or shorter .movs.
When I got into the file details I can't see length anywhere, should I be able to? What would stop the length being detected?

@lastzero
Copy link
Member

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.

@Chadea
Copy link
Author

Chadea commented Jul 26, 2020

How do I enable json sidecar? I get a lot of .jpg sidecar files but not seen .json ones.

@lastzero
Copy link
Member

See our example docker-compose.yml files or run photoprism help.

@Chadea
Copy link
Author

Chadea commented Jul 26, 2020

Thank you, I'll give that a try, and what is the benefit of adding yaml sidecar files while I'm here?

@lastzero
Copy link
Member

They'll contain a metadata backup (title, description, favorite, private,...), so it can be recovered when your database gets lost.

@Chadea
Copy link
Author

Chadea commented Jul 26, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants