I’m attempting to adapt the OAI-PMH Harvester module to accept MARC21 records at the moment and having some trouble understanding how to trigger the ingest of a IIIF manifest into the media.
I’m having some trouble understanding how to use the in-built media ingesters. I’ve tried reverse engineering how the CSV_Import module does it to no avail.
Essentially for each item created I want to take the manifest from the MARC21 910m record, create a IIIF_Presentation type media object and associate it with that item.
How would I go about doing that? The developer documentation on using ingesters isn’t very clear on this.