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

Generate thumbnails on demand #22

Closed
oparoz opened this issue Feb 12, 2015 · 7 comments
Closed

Generate thumbnails on demand #22

oparoz opened this issue Feb 12, 2015 · 7 comments

Comments

@oparoz
Copy link
Contributor

oparoz commented Feb 12, 2015

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.

@oparoz
Copy link
Contributor Author

oparoz commented Sep 9, 2015

Closing as this needs to be dealt with in core so that we don't duplicate the effort.
Also, it won't work when encryption is enabled.

@oparoz oparoz closed this as completed Sep 9, 2015
@deMattin
Copy link

deMattin commented Sep 9, 2015

:sad:

@oparoz
Copy link
Contributor Author

oparoz commented Sep 9, 2015

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();

@oparoz oparoz reopened this Sep 27, 2015
@oparoz
Copy link
Contributor Author

oparoz commented Sep 27, 2015

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.

@oparoz
Copy link
Contributor Author

oparoz commented Sep 30, 2015

smb_stats

@oparoz
Copy link
Contributor Author

oparoz commented Sep 4, 2016

This issue was moved to nextcloud/gallery#15

@oparoz oparoz closed this as completed Sep 4, 2016
@ladiko
Copy link

ladiko commented Feb 9, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants