PRX / feeder.prx.org

Dovetail podcast content management system
https://podcasts.dovetail.prx.org
GNU Affero General Public License v3.0
5 stars 0 forks source link

Design: More thinking on Dynamic Show Notes #989

Open brandonhundt opened 6 months ago

brandonhundt commented 6 months ago

In the Podcast setting form under the Engagement Settings, let's add a card containing a text field for Dynamic Show Notes. This way, we can provide opt-out language for programmatic ads, or add language for donation drives, or add language on how to subscribe to every episode.

UI: Feeder _ Podcast form _ Dynamic Show notes

Feed: In the RSS feed, the dynamic show notes should be appended within the item's <description>. Therefore the Dynamically inserted note will appear alongside the show notes wherever the podcast is found.

<item>
     <description>
        <![CDATA[<p>episode description goes here</p><p>dynamic show notes injected here</p>]]>
      </description>
</item>
brandonhundt commented 6 months ago

Preening discussion (Podcast has many episode notes): Should these be per feed?