omeka-s-modules / Osii

Import items from other Omeka S installations
GNU General Public License v3.0
2 stars 0 forks source link

File Sideload requirement #7

Open akprtll opened 1 year ago

akprtll commented 1 year ago

Experimenting with importing items from one site to another, it seems to be the case that if your source site used the File Sideload module to upload images, the destination site also needs to have the File Sideload module installed in order for the import to work correctly (even though the imported images do not end up in the destination site's Sideload folder).

jimsafley commented 1 year ago

Yes, modules that add a media ingester (like FileSideload) must implement a media ingester mapper to tell the OSII import process how to ingest the media. FileSideload has implemented a mapper since v1.6.0. It tells the local installation to use the "url" ingester using the o:original_url, which is located in the remote installation's /files/original directory, not its sideload directory.