-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
We need a way for a creator to include any number annotations with timestamps in each <item> (episode). Something like:
<item>
<title>Episode title</title>
<annotation timestamp="0:45:22">Here's a link to that story http://blahblahblah.com</annotation>
<annotation timestamp="0:47:58">Rob's knee injury: <img src="..."/></annotation>
...
</item>An alternative implementation of this is to use an html attribute within an html-rich episode description:
<description>
On this weeks show, we discuss...
<hr timestamp="00:45:22">
Here's a link to that story http://blahblahblah.com
<hr timestamp="00:47:58">
Rob's knee injury: <img src="..."/>
...
</description>Metadata
Metadata
Assignees
Labels
No labels