-
Notifications
You must be signed in to change notification settings - Fork 129
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
Files: Thumbnails #31
Comments
Work on this has started here: #32 Thumbnails for videos sounds interesting. Do you know which formats are supported by the server? |
For thumbnails of video files, you need to install ffmpeg on the server. It can create static images or short GIF's. @cdamken could you point us to your solution? |
@IljaN is the one helped me to configure on my server. |
Ok, so I assume a lot of additional formats can be added through configuration / customization that aren't contained in the stock version I currently use for testing. Not just video files, but also PDF files, Office files, etc. While I assume most users won't have this set up, some definitely will, so the app would have to request thumbnails for every file to find out. For a folder filled with a 1000 files without previews, that's a lot of unnecessary overhead both locally and remote. One solution I thought about is to make the app "smart" insofar as it learns which MIME-Types it didn't get back a thumbnail for, then no longer request thumbnails for objects of the same MIME-Type. However, in the (highly likely) case someone gave a file of a supported file format a wrong suffix (say, save a PDF with a .png file name) and preview generation fails for it, thumbnails would no longer be requested for all other PNG files, either. So, nope, not a solution, either, after all. Right now, I can see only two ways to deal with this:
Other/better suggestions welcome. ❤️ |
I'd heavily vote for owncloud/core#31267 |
I was checking my chat and here is the solution:
Add this patch:
It could be an animation icon too if we change the line to create to:
That probably helps |
There is also |
As an user, i want to see thumbnails, so i can check what the pic contains without downloading and opening it
The text was updated successfully, but these errors were encountered: