nextcloud / previewgenerator

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

Generate preview for images and videos only #351

Open HHUBSS opened 1 year ago

HHUBSS commented 1 year ago

Is there a way or is it possible to generate images and videos only excluding files like pdf text, docs, excel, ppt etc?

st3iny commented 1 year ago

You can explicitly enable/disable preview providers for certain file types. Have a look at the official documentation:

Or do you want to apply filters to the commands of previewgenerator (pre-generate and generate-all) only?

joshtrichards commented 3 months ago

Some apps also register their own preview providers independent of the enabledPreviewProviders (both Nextcloud Office and OnlyOffice do this). The former has nextcloud/richdocuments#1335 to implement a toggle. OnlyOffice now has a toggle under its settings from the looks of it (I have not tested it though).