We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, in our manifests, we use RFC-2326 "colon-formatted" media fragments on ranges that look like this:
{ "type": "Range", "id": "https:\/\/digital.lib.utk.edu\/notdereferenceable\/assemble\/manifest\/rfta\/8\/range\/places_mentioned\/5", "label": { "en": [ "Parkway (US-321\/US 441 S)" ] }, "items": [ { "type": "Canvas", "id": "https:\/\/digital.lib.utk.edu\/notdereferenceable\/assemble\/manifest\/rfta\/8\/canvas\/0#t=00:28:03,00:32:01" } ] }
It seems that iiif-av-component only supports "seconds notation", but I'm wondering if it would be relatively easy to support colon notation as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, in our manifests, we use RFC-2326 "colon-formatted" media fragments on ranges that look like this:
It seems that iiif-av-component only supports "seconds notation", but I'm wondering if it would be relatively easy to support colon notation as well.
The text was updated successfully, but these errors were encountered: