-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complex books that can contain other books #12
Comments
Complex item that also has things in subdirectories: https://iiif.archive.org/iiif/mareful/manifest.json Mike to write the subdirectory thing up in more detail here |
So for the item above, there are multiple jp2 zipfiles both at the top level, and also in a subdirectory: Root level: https://archive.org/download/mareful/Maariful-Quran-01%28Almodina.com%29_jp2.zip/ Cantaloupe is able to provide images (and info.json etc) for all of these, you just need to encode the directory path after the item name: So in theory it's not a problem for us to get these items into a manifest, but probably a question of approach. The other option could be to have the same triggering logic, and instead produce a single manifest with every page (for this item it will be monstrously big!!) and add Thoughts very much welcome! |
This seems like a collection. Will need to sort something as it will be /manifest.json, maybe we could forward to collection.json. |
Maybe add it to isCollection code. |
Discussed this today and Sara and Ben convinced Glen that it should be a single manifest with a The test to see if this falls into this use case, is if there are multiple image zip files then include all the images in the manifest and a range per zip file. |
I think we can duplicate the metadata. The example item I am using ( |
Due to scale back to collections again. Copy all metadata use filename as label. Work on the seeAlso and rendering to only link to relevant files. |
Multi Volume: https://iiif.io/api/cookbook/recipe/0030-multi-volume/ |
We should also test this with the following item (of multiple pdfs and jpgs): |
Looking at mareful,
|
For the strange one at https://archive.org/metadata/st-anthony-relics-01/ all the Internet Archive does is display the PDF files; it ignores the images that were uploaded with the PDFs. We should do the same; treating it as a multi-PDF item and regarding the images as dross. |
As noted on the IIIF call this currently isn't working:
https://archive.org/details/BollettiniEcn/
Seems to only show the first item:
https://iiif.archive.org/iiif/BollettiniEcn/manifest.json
The text was updated successfully, but these errors were encountered: