-
-
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
UX: Skip RAW files by default when downloading photos and albums #2234
Comments
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
Started a new preview build for testing: https://docs.photoprism.app/release-notes/#development-preview |
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
Extends DownloadSettings with 4 additional options: - Name: File name pattern for downloaded files (existed) - Disabled: Disables downloads - Originals: Only download files stored in "originals" folder - MediaRaw: Include RAW image files - MediaSidecar: Include metadata sidecar files (JSON, XMP, YAML)
Last commit extends the
You can change these settings in the Download:
Name: file
Disabled: false
Originals: true
MediaRaw: false
MediaSidecar: false A user interface will be implemented at a later time, as we currently do not have additional resources available. Thanks for your support and patience! |
Hi, for an iPhone user, the default options after this change lead to the following:
Settings the Originals option to |
I would rather not include it in disable RAW as HEIF is not a raw format. Feel free to open a new feature request for a disable HEIF download option |
Thanks for your reply. I don't insist on this option, I only mentioned that as it changed the default behavior for me. |
As a user with RAW files, I don't want them to be downloaded by default when I click Download All as I only use JPEGs for sharing.
This adds a hidden
download.raw = false
setting that you can manually set to true insettings.yml
until we implement a user interface for it.Related Code:
Related Issues:
The text was updated successfully, but these errors were encountered: