collectiveaccess / providence

Cataloguing and data/media management application
GNU General Public License v3.0
295 stars 167 forks source link

Re-Processing Media Sometimes Leaves Old Previews #1434

Closed miqrogroove closed 1 year ago

miqrogroove commented 1 year ago

After uploading a TIFF file containing two images (primary and thumbnail), if I change the app.conf file to include dont_import_additional_pages_for_tiffs = 1 then re-processing old media causes major problems. Somehow the count of previews is being updated, but the actual preview files are not. Opening a preview after that may generate several warnings from TilepicParser.php.

New uploads, after the app.conf change, look perfect. So the problem is limited to re-processing.

miqrogroove commented 1 year ago

@collectiveaccess What is the solution for reference? Is this already fixed in the beta?

collectiveaccess commented 1 year ago

The previews are updated.

miqrogroove commented 1 year ago

I assume that means it is fixed in the beta and the problems with re-processing media and Tilepic error messages are limited to v1.7. Thanks for checking.