-
Notifications
You must be signed in to change notification settings - Fork 65
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
Generate thumbnails on demand #22
Comments
Use FileList.files instead of DOM to get all images
Closing as this needs to be dealt with in core so that we don't duplicate the effort. |
:sad: |
I know...but it shouldn't take more than 6 months since the basic mechanism is in place in core. It's just that previews is not a priority. It can also be a separate app which just creates a cron which goes through the whole instance, looking for missing thumbnails. I'm sure you could even create it. It would make 2 calls: isCached() and createPreview(); |
Solution is available as an occ command: #387 Only available to admins, because this wouldn't work as a user callable command since it would probably time-out before the task could be completed. |
This issue was moved to nextcloud/gallery#15 |
as it doesnt work with owncloud 9.1, would like to point to my comment here, which might be helpful for one or the other. |
Background thumbnail generation might be coming in the future. We're tracking it here: #18
In the meantime or in addition, we could offer a way to generate these thumbnails on demand in order to make the app usable from the first load.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: