nextcloud / previewgenerator

Nextcloud app to do preview generation in the background.
https://apps.nextcloud.com/apps/previewgenerator
GNU Affero General Public License v3.0
450 stars 56 forks source link

Don't generate previews for files in trash bin #291

Closed robertmens closed 1 year ago

robertmens commented 2 years ago
sudo -u nextcloud /usr/share/webapps/nextcloud/occ preview:pre-generate -vvv

2022-02-22T06:24:18+00:00 Generating previews for /robert/files_trashbin/files/20200630_215955_001.jpg.d1644840180
...
st3iny commented 2 years ago

What exactly is the problem here? Do you propose to not generate previews for files in the trash bin?

st3iny commented 2 years ago

~I was able to reproduce this issue. The generator should skip generating previews for deleted files.~

EDIT: Only generate-all skips deleted files. The other command, pre-generate, does not skip deleted files.