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 55 forks source link

noobie question #392

Open YouveGotMeowxy opened 1 year ago

YouveGotMeowxy commented 1 year ago

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?

st3iny commented 1 year ago

There is no such list. Previewgenerator automatically supports all preview formats of your Nextcloud server. E.g. if a preview can be generated by the Files app it can also be generated by the Previewgenerator app.

In fact you can't add support for a specific file type to the Previewgenerator app. You always need to enable the preview provider on your server in order for the app to generate previews for that file type.

Please refer to the following sections of the documentation for more info:

st3iny commented 1 year ago

Here is a list of all preview providers which are included in Nextcloud by default: grafik

Additional providers can be installed via custom apps. Unfortunately, I don't know of a comprehensive list of those.