<podcast:section> #497
Replies: 4 comments
-
Could we add an extra attribute to |
Beta Was this translation helpful? Give feedback.
-
I think this would be redundant because we already have the Season tag that can do this. Plus, the episode number doesn't have to be unique: you can have an episode 5 for every season. Yes, "season" isn't the most universal term for this, but our expansion of the season tag can do exactly what you're asking for. |
Beta Was this translation helpful? Give feedback.
-
@theDanielJLewis the best generic term for a group of episodes I became aware is @daveajones Something like this? <item>
<podcast:episode section="Part 1">233</podcast:episode>
</item>
<item>
<podcast:episode section="Part 2">233</podcast:episode>
</item>
<item>
<podcast:episode section="Part 3">233</podcast:episode>
</item> |
Beta Was this translation helpful? Give feedback.
-
Or But I wonder what does this do that we can't already do with the ("Category" and "tag" could be other good attributes for the |
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.
-
Followup from discussion on podcastindex.social:
In some cases a podcast feed does not consists of individual episodes, but several parts of an episode, e.g.
Reusing
<podcast:episode>
to for the chapter / item number inside of that episode feels wrong, so we should probably think about an sub-entity below e.g.section
?Im not sure if the term
section
is really the best one... Maybetrack
orclip
? Do you know a better term or is it just fine?Related: #263
Beta Was this translation helpful? Give feedback.
All reactions