omeka-s-modules / DspaceConnector

Connect to / import from a Dspace repo into Omeka S
GNU General Public License v3.0
1 stars 3 forks source link

Check bundleName on bitstreams #57

Closed patrickmj closed 6 years ago

patrickmj commented 6 years ago

Need to check if this is a newer API thing or not, but one API includes bitstream data like

"bundleName": "ORIGINAL",

to differentiate the original from different thumbnail types (LICENSE is also a bundleName, which could be another thing entirely).

We should probably only import the original and use our own thumbnails using a check on that.

Part of #56