Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: <podcast:dynamicContent> to indicate if a podcast has dynamic content #264

Open
mitchdowney opened this issue Jul 13, 2021 · 4 comments
Labels
proposal An idea for a new tag

Comments

@mitchdowney
Copy link
Contributor

mitchdowney commented Jul 13, 2021

Possibly related to (the very excellent) #254 "Proposal: podcast:dynamic-ads-adjusted", but just looking for a simple boolean value with this one:

<podcast:dynamicContent included="true|false" />

At Podverse it would be useful for us to know with 100% certainty which podcasts do not contain dynamic content. Our clip sharing system is based entirely on references to time codes within the enclosure audio file, and if a podcast inserts dynamic content that changes the length of the audio, then our time stamps will be inaccurate for different listeners.

To mitigate the confusion caused by inaccurate time codes in clips with dynamic content, we put a small disclaimer next to all clips:

image

However, if we know for sure if a podcast does not insert dynamic content, we can hide the disclaimer and clips will just work like a charm:

image

I don't know if this should be called <podcast:dynamicContent included="true" /> with an on/off (included) attribute and the possibility of other attributes, or if it should be a standalone tag like <podcast:hasDynamicContent>true|false</podcast:hasDynamicContent>. Curious if anyone has better ideas for names.

It's a small bit of information, but I think knowing for sure if a podcast does or does not have dynamic content would be valuable for app developers.

@mitchdowney mitchdowney changed the title <podcast:dynamicContent> to indicate if a podcast has dynamic content Proposal: <podcast:dynamicContent> to indicate if a podcast has dynamic content Jul 13, 2021
@mitchdowney
Copy link
Contributor Author

Also related to #175 "Proposal: - Tag for AdBreaks"

@daveajones
Copy link
Contributor

This keeps coming up in various forms, from you guys all the way to Facebook. Since it’s consistent, I’m guessing the need is real enough to proceed with something.

@AdrianMachado what are your thoughts on this tag proposal vs #254

@AdrianMachado
Copy link

Yeah this should work for our use-case at FB

@daveajones
Copy link
Contributor

Ok, I'll put this in phase 4.

@daveajones daveajones added the proposal An idea for a new tag label Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal An idea for a new tag
Projects
None yet
Development

No branches or pull requests

3 participants