Michael Mayer

Results 1132 comments of Michael Mayer
trafficstars

You should use local SSD storage, otherwise performance *probably* will be so bad, you don't want to use it anymore. We don't mutate originals at all, only sidecar files.

It's because it's much slower than a local ssd. We can add S3 for backups and sharing, but it's not good for fast indexing and/or requires a different architecture, see...

Note that the frontend as such is not critical. For security reasons, you should instead block the REST API endpoint `POST /api/v1/session`. That's where sessions are ultimately created, not in...

Albums are sorted by name or year / month currently (latest at the top). In addition, you can filter by category. If you mark an album as favorite (click the...

@G2G2G2G Any idea what the performance impact might be, if any?

Bottom line is that a fallback must be implemented and tested, so it's a bit more complicated than just replacing the current ffmpeg command?

We need the full, first frame so it can be used as still image for [Live Photos](https://docs.photoprism.app/user-guide/organize/video/#live-photos). Otherwise, the UI would have to load the entire video just to display...

> Is this still limited to videos up to 3 seconds or intended to be used for all kind of videos in the Future? The type is determined automatically based...

This actually only affects the user interface, i.e. pictures that are already marked as private will not be displayed just because the section and action buttons are not visible. Our...

These are automatically created search filters and have a visibility flag based on if there are any matching pictures. Also they have cached counts. So possible that it's a tradeoff...