previewgenerator icon indicating copy to clipboard operation
previewgenerator copied to clipboard

Nextcloud app to do preview generation in the background.

Results 77 previewgenerator issues
Sort by recently updated
recently updated
newest added

I ran: `occ preview:generate-all -vvv` which kept on stopping and exiting after it reached one `jpg` image in particular. I couldn't understand what was going on because there was no...

enhancement

It would be awesome to generate also previews for NC instances using the server side crypto feature

enhancement

Hello! I noticed, that my previews are not being generated anymore. So i started to dig what the matter and found out that `sudo -u www-data /usr/bin/php occ preview:pre-generate` just...

docs

I'd really like to see some progress status when running generate-all. Something like > 2018-09-01T14:26:32+00:00 Generating preview 345 of 2577335 for /....

enhancement

Article: https://ownyourbits.com/2019/06/29/understanding-and-improving-nextcloud-previews/ This information should be directly within the docs/README of this project. What also should be mentioned: - How deleted files are handled and when the previews get deleted

docs

During preview generation I noticed that it took quite long for the folder `pictures/.lrt/visual` which is used by Adobe Lightroom to store preview files of pictures. Generating previews of previews...

enhancement

I was getting crazy trying to understand why some folders were generating previews only when required by client (web or Android app) and the rest of the folders were pre-generating...

enhancement

If I run the command `sudo docker exec -ti --user www-data nextcloud-app /var/www/html/occ preview:generate-all ` it only runs for a single user out of four (always the same one). There's...

bug
docs

I used the commands from the documentation to generate previews just for some specific sizes: ``` ./occ config:app:set --value="32 64 1024" previewgenerator squareSizes ./occ config:app:set --value="64 128 1024" previewgenerator widthSizes...

bug
docs

Perhaps a dumb question but I've tried searching and came up empty; is there a list of **_all supported_** extensions/formats that work with previewgenerator?

question
docs