-
Notifications
You must be signed in to change notification settings - Fork 0
Closed as not planned
Description
mmif-python/mmif/utils/cli/source.py
Line 209 in b08fd6e
| doc.properties.location = f"{location_uri.scheme}://{location if not location.startswith(location_uri.scheme) else location[len(location_uri.scheme)+3:]}" |
Something is wrong here...
$ mmif source --scheme baapb video:${id}:video
{
"metadata": {
"mmif": "http://mmif.clams.ai/1.1.0"
},
"documents": [
{
"@type": "http://mmif.clams.ai/vocabulary/VideoDocument/v1",
"properties": {
"mime": "video",
"id": "d1",
"location": "cpb-aacip-507-v40js9j432://deo"
}
}
],
"views": []
The location value should be "baaps://cpb-aacip-507-v40js9j432.video"
Copilot
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done