WIP - episode duration tag / attribute #488
Replies: 3 comments 1 reply
-
What's the issue with |
Beta Was this translation helpful? Give feedback.
-
Hello @jamescridland ,
Not much, my understanding is that the podcast namespace aimed also to consolidate features from other namespaces. One think that I don't like with
Which formats? Empirically I know that hh:mm:ss is often used, but there is no clear definition. Personally it makes it easier for me as app developer if only the duration in seconds is accepted - although, I understand that the feed is also supposed to be as human readable as possible, and hh:mm:ss is human-friendlier. Another aspect, as mentioned in the issue description:
This is something where |
Beta Was this translation helpful? Give feedback.
-
I really don't think we should limit ourselves based on making the RSS feed "human-readable." It's a coding style intended to be read by apps, not humans. And it's already rather unreadable simply because of the existence of tags. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
It is very useful for podcasts listeners if the duration of episodes can be shown at podcast players.
The RSS
enclosure
tag has an attribute forlength
, which is the size of the enclosure in bytes, but it does not support duration for media files natively.Since the namespace also support alternate enclosures that could have a different duration, these scenario should also be considered.
Existing Tags
<itunes:duration>
From A Podcaster’s Guide to RSS
References
Beta Was this translation helpful? Give feedback.
All reactions