Closed EddieFAF closed 5 months ago
This seems to not be a container problem, looks like you have to install the "preview generator" app from the multimedia section to get the command
https://apps.nextcloud.com/apps/previewgenerator
https://github.com/nextcloud/nextcloudpi/issues/1349
I'm still trying to get this to work myself
I don't have any issues making preview generator work on my side.
Like @MaddoScientisto said, you need to install this app: https://apps.nextcloud.com/apps/previewgenerator
And might as well add this nextcloud config in config.php
:
'enable_previews' => true,
'preview_max_x' => '2048',
'preview_max_y' => '2048',
'preview_max_scale_factor' => 1,
'enabledPreviewProviders' =>
array (
0 => 'OC\\Preview\\PNG',
1 => 'OC\\Preview\\JPEG',
2 => 'OC\\Preview\\GIF',
3 => 'OC\\Preview\\BMP',
4 => 'OC\\Preview\\Movie',
5 => 'OC\\Preview\\MKV',
6 => 'OC\\Preview\\MP4',
7 => 'OC\\Preview\\AVI',
),
Support guidelines
I've found a bug and checked that ...
Description
When enabling the previewgen sidecar container, the cronjob isn't working because the command used ("occ preview:pre-generate") does not exist. Therefore no previews are generated.
Expected behaviour
previews are generated
Actual behaviour
previewgen sidecar not running command, because command unknown
Steps to reproduce
activate previewgen sidecar watch logs
Docker info
Docker Compose config
No response
Logs
Additional info
No response