From 5caec6e52f04afc90d3756d42da3a0265c41bc48 Mon Sep 17 00:00:00 2001
From: Wendy Reid
Date: Wed, 19 Jan 2022 11:01:12 -0500
Subject: [PATCH 1/5] correcting errata and adding changelog
---
experiments/flatland.json | 18 +++++++++---------
index.html | 16 +++++++++++++++-
2 files changed, 24 insertions(+), 10 deletions(-)
diff --git a/experiments/flatland.json b/experiments/flatland.json
index 8701057..0e16fce 100644
--- a/experiments/flatland.json
+++ b/experiments/flatland.json
@@ -30,47 +30,47 @@
{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_1_abbott.mp3",
"encodingFormat": "audio/mpeg",
- "duration": 1371,
+ "duration": "PT1371S",
"name": "Part 1, Sections 1 - 3"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_2_abbott.mp3",
"encodingFormat": "audio/mpeg",
- "duration": 1669,
+ "duration": "PT1669S",
"name": "Part 1, Sections 4 - 5"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_3_abbott.mp3",
"encodingFormat": "audio/mpeg",
- "duration": 1506,
+ "duration": "PT1506S",
"name": "Part 1, Sections 6 - 7"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_4_abbott.mp3",
"encodingFormat": "audio/mpeg",
- "duration": 1669,
+ "duration": "PT1669S",
"name": "Part 1, Sections 8 - 10"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_5_abbott.mp3",
"encodingFormat": "audio/mpeg",
- "duration": 1506,
+ "duration": "PT1506S",
"name": "Part 1, Sections 11 - 12"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_6_abbott.mp3",
"encodingFormat": "audio/mpeg",
- "duration": 1798,
+ "duration": "PT1798S",
"name": "Part 2, Sections 13 - 14"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_7_abbott.mp3",
"encodingFormat": "audio/mpeg",
- "duration": 1225,
+ "duration": "PT1225S",
"name": "Part 2, Sections 15 - 17"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_8_abbott.mp3",
"encodingFormat": "audio/mpeg",
- "duration": 1371,
+ "duration": "PT1371S",
"name": "Part 2, Sections 18 - 20"
},{
"url": "http://www.archive.org/download/flatland_rg_librivox/flatland_9_abbott.mp3",
"encodingFormat": "audio/mpeg",
- "duration": 1659,
+ "duration": "PT1659S",
"name": "Part 2, Sections 21 - 22"
}
]
diff --git a/index.html b/index.html
index 375f600..ed6d5a5 100644
--- a/index.html
+++ b/index.html
@@ -442,7 +442,7 @@ Duration
Manifest [[!pub-manifest]].
Duration SHOULD be expressed for the entirety of the audiobook as part of the manifest, and
- SHOULD be present at the item level in the default reading
+ MUST be present at the item level in the default reading
order.
When a content creator specifies both the duration for the audiobook and item-level duration in
@@ -483,6 +483,8 @@
Default Reading Order
chapters occupy a single file by using media
fragments [[media-frags]] to locate the exact starting and end points.
+ There is a proposed solution for this issue, that we remove fragment identifiers from url
properties. However, this poses an issue for the scenario where a single audio file contains multiple chapters of content. A possible solution for this is the requirement of the Table of Contents, but more discussion is required.
+
It is important to note that a resource cannot be referenced more than once in the
reading order. In the case where an audio file represents the content of multiple chapters or
sections of the book, the table of contents can be used to specify the
@@ -1137,6 +1139,18 @@
Table of Contents with Media Fragments
+