ariselseng / camerarawpreviews

Camera Raw Previews app for Nextcloud
GNU Affero General Public License v3.0
53 stars 11 forks source link

RAW Preview (automatically) not working #65

Closed HeyWatchOutDude closed 3 years ago

HeyWatchOutDude commented 3 years ago

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?

ariselseng commented 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.

HeyWatchOutDude commented 3 years ago

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.

HeyWatchOutDude commented 3 years ago

Is it possible to configure a cronjob which is supported by this app?

ariselseng commented 3 years ago

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.

ariselseng commented 3 years ago

@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

ariselseng commented 3 years ago

Closing this due to inactivity.