Skip to content
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

Support for RFC-2326 "Colon-Formatted" Media Fragments #71

Open
markpbaggett opened this issue Sep 23, 2022 · 0 comments
Open

Support for RFC-2326 "Colon-Formatted" Media Fragments #71

markpbaggett opened this issue Sep 23, 2022 · 0 comments

Comments

@markpbaggett
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant