-
Notifications
You must be signed in to change notification settings - Fork 10
Fetcher manipulator: OaipmhIslandoraByMimetype
Fetcher manipulator to include only single-file Islandora objects whose specified datastream has the specified MIME types.
Can be used with the OAI PMH for Islandora repositories toolchains.
To register this manipulator in your toolchain, add the following line to the "[MANIPULATORS]" section of your .ini file, for example:
fetchermanipulators[] = "OaipmhIslandoraObjByMimetype|DSID|mimetype1,mimetype2"
For example, if you wanted to fetch all the JPEG and PNG objects from the remote OAI repository, you would use the following manipulator entry:
fetchermanipulators[] = "OaipmhIslandoraObjByMimetype|OBJ|image/png,image/jpeg"
The datastream ID must be the first one listed in the ['FILE_GETTER']datastream_ids
setting.
This manipulator takes two parameters:
- a DSID
- a list of MIME type values, separated by a comma (
,
).
The OAI PMH for Islandora repositories toolchain will create ingest packages for objects whose OBJ (or other specified) datastream has the specified MIME types.
Content on the Move to Islandora Kit wiki is licensed under a Creative Commons Attribution 4.0 International License.