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

User commands to create thumbnails #318

Closed demonlibra closed 1 year ago

demonlibra commented 1 year ago

Is it possible to integrate user commands to create thumbnails for user formats?

E.g. I can create thumbnails for STL files by minirender with command: render -o -- -yaw 30 -tilt 40 -bgcolor 255,255,255 model.stl | convert - model.png

st3iny commented 1 year ago

Unfortunately, this is not possible. You would have to implement your own custom preview provider.

Please have a look at: