Re: Audiobooks TF

Hello Zheng,

We're not using id/idref at all in our current syntax.

If you want to indicate different narrators per track, you can simply
indicate their name using readBy like this:

"readingOrder": [
  {
    "url": "http://www.notexisted.org/download/audio1.mp3",
    "fileFormat": "audio/mpeg",
    "name": "Part 1, Sections 1 - 3",
    "readBy": "First Narrator"
  },
  {
    "url": "http://www.notexisted.org/download/audio2.mp3",
    "fileFormat": "audio/mpeg",
    "name": "Part 1, Sections 1 - 3",
    "readBy": "Second Narrator"
  }
]

That's not supported by our current WebIDL though, but I guess we could
probably tweak it if deemed necessary (I'd like to have the duration of
tracks in here).

Keep also in mind that the audio tracks themselves can contain metadata,
that's usually the best option for complex resource level metadata.

Best,
Hadrien

Received on Friday, 15 June 2018 14:28:11 UTC