Proposal: <podcast:updateFrequency> tag #515
Replies: 7 comments 9 replies
-
This looks a very sensible proposal. I've implemented it on the Podnews RSS feed should anyone need a test. I'd be particularly keen to hear from those in the audio fiction space to see if this works for them. |
Beta Was this translation helpful? Give feedback.
-
And here I come with thoughts to improve simplicity, clarity, understandability, and optimization:
|
Beta Was this translation helpful? Give feedback.
-
If we wanted to let podcasters indicate when their podcast launched, do you think that would be relevant to this tag, or something completely separate? |
Beta Was this translation helpful? Give feedback.
-
Thanks for writing this up as a discussion. Including it in Phase 6 announcement draft for consideration. |
Beta Was this translation helpful? Give feedback.
-
Is this meant to replace the sy:updateFrequency tag as well |
Beta Was this translation helpful? Give feedback.
-
There's a typo. Is the attribute (I suggest |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I’m creating a Discussion for this tag to be included in phase 6. Prior conversations were archived when the PR was merged. Additionally, since the initial proposal, I’ve built a sample UI implementation to show how a host might implement this in their own dashboards.
Purpose
In the spirit of taking platform-specific innovations and making them accessible to the open ecosystem of RSS, the intent of this proposal is to replicate the purpose of the “Update Frequency” field in Apple Podcasts Connect as well as replace the
<itunes:complete>
tag for podcasts that have no intention to release further episodes.Additionally, apps like Overcast, Pocket Casts, and Podchaser analyze the intervals between past episodes to estimate a prediction for future releases. Under certain conditions or naive algorithms, this can be inaccurate:
If podcasters can unambiguously communicate their release schedule, then more apps can provide accurate information to their listeners.
Parent
<channel>
Count
Single
Node value
The node value is a free-form string, which might be displayed alongside other information about the podcast. Please do not exceed
128 characters
for the node value or it may be truncated by aggregators.Attributes
date
ordatetime
the recurrence rule begins. If therrule
contains a value forCOUNT
, then this attribute is required. If therrule
contains a value forUNTIL
, then the value of this attribute must be formatted to the same date/datetime standard.Examples
Recreating most of Apple Podcasts Connect’s “Update Frequency” values is easily achieved:
However, greater precision can be easily communicated:
Limited-run series can set expectations clearly:
Completed series with no intention to release further episodes:
Beta Was this translation helpful? Give feedback.
All reactions