mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Import: Add option to render raw files into originals instead of sidecar #1319
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#1319
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @valpackett on GitHub (Feb 9, 2022).
Is your feature request related to a problem? Please describe.
For the "add raw files now, maybe edit them later" workflow, the fact that PhotoPrism places the rendered jpegs into the sidecar folder can be annoying, because when I edit them later and add to the originals directory, a simple (fast) reindex operation would just ignore them, while a full one would just stack them together with the sidecars. But I want my edits to fully replace the sidecars, deleting them from disk!
Describe the solution you'd like
Add a configuration option that changes the destination of raw-to-jpeg rendering from sidecar to originals.
This way, when exporting from a RAW editor I could just overwrite the auto-converted file in place inside the originals directory.
Describe alternatives you've considered
The other option would be to:
But that's a bit more complicated (and not mutually exclusive, both can be added)
Additional context
¯\_(ツ)_/¯
@lastzero commented on GitHub (Feb 9, 2022):
👉 https://docs.photoprism.app/user-guide/advanced/folders/#sidecar
@valpackett commented on GitHub (Feb 9, 2022):
You mean setting the sidecar path to be the same as the originals path?
I guess this might work as a workaround, but I don't want the YAML files in the originals directory, just the JPEGs rendered from RAWs.
@lastzero commented on GitHub (Feb 9, 2022):
It's not a workaround, it's designed to work that way. What we don't have are additional options to specify the location based on file type, but we already have more options than most users have time to understand. So I think this is also "as designed".
@Rolf-Smit commented on GitHub (Apr 11, 2022):
It would be nice though to be able to rescan (parts of) the library and make the scanner detect the new JPEG files, stack them (with the original RAW file), and if PhotoPrism previously generated a JPEG sidecar file automatically remove it.
@lastzero commented on GitHub (Apr 12, 2022):
They should be detected already. You are welcome to open a GitHub Discussion if you have specific questions or think you found an edge case or a potential bug.
BTW, this should create sidecar JPEGs in Originals:
Has anyone tried it? Docs say you can provide an absolute or RELATIVE path. This has also been discussed and mentioned in other places. Unless there is a bug, I don't think we need to implement any other options or settings.