Skip to content
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

allow image/x-dcraw (eg .cr2) in photos #844

Merged
merged 1 commit into from
Sep 6, 2021
Merged

Conversation

boecko
Copy link
Contributor

@boecko boecko commented Aug 6, 2021

This fixes #530.
.cr2 files are now availabe in photos.

@skjnldsv skjnldsv merged commit 894f608 into nextcloud:master Sep 6, 2021
@skjnldsv
Copy link
Member

skjnldsv commented Sep 6, 2021

/backport to stable22

@backportbot-nextcloud backportbot-nextcloud bot added the backport-request Pending backport by the backport-bot label Sep 6, 2021
@skjnldsv
Copy link
Member

skjnldsv commented Sep 6, 2021

/backport to stable21

@skjnldsv
Copy link
Member

skjnldsv commented Sep 6, 2021

Aaaah, I was too fast.
I forgot that those previews are actually provided by the https://github.com/ariselseng/camerarawpreviews app.
Meaninng if it's not installed, the photos app will wtill display the CR2 files, so that's not good.
What we need is nextcloud/server#22873

So we can get the list of mimes that nextcloud supports, instead of relying on this hardcoded list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-request Pending backport by the backport-bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RAW files (.CR2) not shown in Photos app but are shown in Files app.
2 participants