Michael Mayer

Results 1010 comments of Michael Mayer

PhotoPrism internally also uses image hashes to compare pictures, might be similar to what https://github.com/vitali-fedulov/images does. There's just no UI for this yet other than sorting by similarity. In the...

See https://github.com/photoprism/photoprism/blob/develop/internal/photoprism/index_mediafile.go#L294 You could use FileColors, FileLuminance and FileDiff for this. Check out the files table to see example values.

You can sort by similarity, but not stack them (yet)

Latest update: https://github.com/photoprism/photoprism/releases/tag/220517-b9c68f8f

We do our best, but also have a lot of other items on our roadmap: https://github.com/photoprism/photoprism/projects Ideas backed by one or more eligible sponsors are marked with a golden sponsor...

@CR0CKER You could theoretically add a Flickr JSON parser/extractor here: https://github.com/photoprism/photoprism/blob/1d63ed86c7bbcdfef9ada64d80680a82a1f97559/internal/meta/json.go#L44-L50 However, from what I remember, the problem with Flick JSON files is that they are provided separately, e.g. under...

Our [public demo](https://demo.photoprism.app/) and development preview have been updated so you can test these changes: - https://docs.photoprism.app/getting-started/updates/#development-preview

We've additionally expanded our *Developer Guide* with information on how to use the Search API endpoint, so that it is easy to find and can be used as a reference...

Based on feedback from our developer community, the API now expects the times to be specified according to RFC3339 (e.g. `2006-01-02T15:04:05Z`) when using the search filters directly as GET request...

Kindly note that you had opened a bug ticket, not a feature request / improvement / enhancement issue. I've then done my very best to provide feedback and agreed that...