Daniel-KM
Daniel-KM
And it will fix https://forum.omeka.org/t/thumbnail-creation-with-iiif-image-media/18584 (thumbnails don't need to be stored locally by omeka, but created dynamically (or cached) by the image server.
The first idea is purely technical: to move everything related to thumbnail in the same place. Since all media are no more files like Omeka Classic, the thumbnails should be...
Yes, representations are the core of omeka so it should not be overridden, but a thumbnail manager is something less essential. Ideally, nothing should be overridden, but for now, it...
So in thumbnailUrl() (or equivalent in MediaRepresentation): ```php if ($media->ingester() === 'iiif') { // To be done. return $this->getServiceLocator()->get('IiifImage')->thumbnailUrl($media, $type); } // else current code... ``` And the iiif ingester...
Yes, and the idea is the same for a media youtube, where you can use a thumbnail from youtube instead to install ffmpeg on the server.
Yes, in our cases, it was an old mariadb database that was upgraded (10.0.38) to a recent one (10.6.16), but the indexes were still 787 bytes, so it seems there...
So the issue may occur on old omeka s installations.
For the api endpoint, it already supports more output with module [Bulk Export](https://gitlab.com/Daniel-KM/Omeka-S-modules-BulkExport): csv, tsv, ods, txt, odt, and some old bibliographic formats.
Ok, I implemented the feature "template for value annotation" in module [Advanced Resource Template](https://github.com/Daniel-KM/Omeka-S-module-AdvancedResourceTemplate) v3.4.22. For the current pr, it's still useful.
Yes the issue occurs for example when cli and apache have different versions of php. When the fix is not set, the job stays in status "starting" and there is...