Closed HeyWatchOutDude closed 3 years ago
Do you mean you don't get thumbnails of it until you click them? There is no automatic generation. It is generated on-demand. This is how nextcloud works.
Correct.
it's possible to generate previews with a cronjob.
php /var/www/nextcloud/occ preview:pre-generate
But this doesn't affect the RAW pics.
Is there any way?
I don't know how but in my old NC configuration everything was working fine.
Is it possible to configure a cronjob which is supported by this app?
The Pre-generate worked with this app before. I guess you will need to ask the author about that. Maybe there is a list of lime types that it will trigger generation of previews.
@HeyWatchOutDude I just tested this on my install here. It seems to work great, just like like a couple of years ago.
docker-compose exec --user www-data app php occ preview:generate-all --path="/ari/files/DNG-test" -vvv 2021-03-02T15:34:15+00:00 Scanning folder /ari/files/DNG-test 2021-03-02T15:34:15+00:00 Generating previews for /ari/files/DNG-test/B0000994b.3FR 2021-03-02T15:34:15+00:00 Generating previews for /ari/files/DNG-test/Canon 5DmkII.CR2 2021-03-02T15:34:15+00:00 Generating previews for /ari/files/DNG-test/FujiFilm X-Pro1.RAF 2021-03-02T15:34:15+00:00 Generating previews for /ari/files/DNG-test/FujiFilm X-T1.RAF 2021-03-02T15:34:15+00:00 Generating previews for /ari/files/DNG-test/FujiFilm X100.RAF 2021-03-02T15:34:15+00:00 Generating previews for /ari/files/DNG-test/IMG_4378-01.DNG 2021-03-02T15:34:16+00:00 Generating previews for /ari/files/DNG-test/IMG_4378.DNG 2021-03-02T15:34:16+00:00 Generating previews for /ari/files/DNG-test/MARBIBM.TIF 2021-03-02T15:34:16+00:00 Generating previews for /ari/files/DNG-test/RAW_CANON_5D_ARGB.CR2 2021-03-02T15:34:16+00:00 Generating previews for /ari/files/DNG-test/RAW_CANON_5D_ARGB_9.CR2 2021-03-02T15:34:58+00:00 Generating previews for /ari/files/DNG-test/RAW_MINOLTA_7D_SRGB.MRW 2021-03-02T15:34:58+00:00 Generating previews for /ari/files/DNG-test/RAW_NIKON_D31002.NEF 2021-03-02T15:34:58+00:00 Generating previews for /ari/files/DNG-test/RAW_NIKON_D600.NEF 2021-03-02T15:34:58+00:00 Generating previews for /ari/files/DNG-test/Readme.md 2021-03-02T15:34:58+00:00 Generating previews for /ari/files/DNG-test/Soriamoria_Justert3.jpg 2021-03-02T15:34:58+00:00 Generating previews for /ari/files/DNG-test/XING_T24.TIF 2021-03-02T15:34:58+00:00 Generating previews for /ari/files/DNG-test/XING_T24.tiff 2021-03-02T15:34:58+00:00 Generating previews for /ari/files/DNG-test/_ASC6532.NEF
Closing this due to inactivity.
Hi,
I have noticed that RAW Previews are not getting automatically generated.
When I click on a RAW file (.CR2) it gets generated.
Is there something missing in my configuration?
Anyone has the same issue like me?