mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
RAW: RawTherapee v5.10 doesn't support Sony's latest file format #2192
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#2192
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 @xiluJob on GitHub (Oct 8, 2024).
I found out in photoprism that the version of rawtherapee is 5.10, and I am not sure if an upgrade is needed;
I tried installing version 5.11 of rawtherapee locally, as well as rawtherapee-cli, which supports Sony raw files.
However,I tried using apt upgrade rawtherapee directly in Docker, but returned 5.10 as the latest version, which cannot be updated directly in photoprism terminal;
I hope you can help me verify this issue, thank you very much!
@lastzero commented on GitHub (Oct 9, 2024):
PhotoPrism uses the version of RawTherapee that comes with the Docker image. Since our default Docker image is based on the latest version of Ubuntu, you currently get 5.10-1build4:
RawTherapee v5.11 was released August 25, 2024. So it's pretty new. If you're lucky, you might find a pre-built .deb package that you can install in the Docker image by e.g. opening a terminal and running the necessary commands - see this script we wrote for installing Darktable:
Alternatively, the AppImage they distribute might work in our Docker image (never tested this) or you can build the latest version from source:
Would you like us to (more explicitly) mention this on docs.photoprism.app? If so, where would you look for this information?
@xiluJob commented on GitHub (Oct 9, 2024):
ok,thank you for your response , I would appreciate it if you could mention this on docs.photoprism.app , and I will try to install in the Docker image if I can find a pre-built package .
And it seems that Darktable cannot convert Sony Raw file either, in the log window, only displays
"
2024-10-09T05:40:06.155878553Z [36mINFO[0m[2024-10-09T05:39:57Z] convert: converting DSC04040.ARW to DSC04040.ARW.jpg (darktable-cli)
2024-10-09T05:40:54.468747532Z [36mINFO[0m[2024-10-09T05:40:43Z] convert: converting DSC04041.ARW to DSC04041.ARW.jpg (darktable-cli)
2024-10-09T05:41:51.736545505Z [36mINFO[0m[2024-10-09T05:41:33Z] index: updated 6 files [3m38.563050921s]
2024-10-09T05:41:53.923986271Z [36mINFO[0m[2024-10-09T05:41:34Z] 索引成功,耗时 219 秒
2024-10-09T07:20:38.353144465Z [36mINFO[0m[2024-10-09T07:20:38Z] 索引 119msdcf 中的文件"
and no other error logs, but cannot see photos in the folder or library
@lastzero commented on GitHub (Oct 9, 2024):
You may need to enable debug or trace log mode to see the raw converter error message, if any. Since other converters are tried if the first one fails, we do not consider this a hard error that must be logged immediately and permanently. Some files are just not supported and when we log this for potentially millions of files every time the indexer runs, it would cause a flood of error logs – also making it hard to notice any actually unexpected warnings errors that might occur.