Podcast Chapters

Generating RSS tags



Thanks for your interest in Podcast Chapters. If your question isn't answered in this FAQ, feel free to reach out to me on Mastodon and I'll be sure to help you out.

← Return to Podcast Chapters


What is this all about?

Podcast Chapters 3.0 can generate RSS tags for the podcast namespace. If your podcast hosting solution doesn't yet support these tags, but does allow you to add tags to your RSS feed, you can create the tags straight from Podcast Chapters.

This is the very first version. If this is useful to you, I have many ideas for making things even better and more integrated with the rest of the app in the future. For example: specifying multiple soundbites, finer adjustment of soundbites, saving and re-use of all information. Get in touch and tell me what you like or would like to see changed!

How does it work?

Use the new "RSS Tags" window to enter the information relevant to you.

For more information about any of the tags, see the specification.

  • Season has a simple number, and optionally also a name to display instead of the number
  • Episode is much the same, but it's recommended to keep the display name very short (32 characters or less)
  • Chapters is the URL of a chapters JSON file, like the ones you can export from this very app
  • People are participants in the episode. Apart from name (or alias), you can note their role in the episode, as well as a URL and a separate URL to an image
  • A soundbite is a nice clip from the episode. Currently, you simply select a chapter
  • Location has a descriptive text, as exact or fanciful as you like, and optionally GEO coordinates as well as an Open Street Map identifier. The button to the right simply opens Open Street Map in your browser to help you find coordinates if you want them
  • Transcripts are just that - text transcriptions of your episode. You can enter the URL to the transcript file, its MIME type, its language, and whether the file contains time-coded closed captions or not

Once you're happy, either click "Export" to write the tags to an xml file, or hit the button on the left side to skip the file and send the tags straight to the clipboard.

Then what?

Then it depends on where and how your RSS feed is hosted and created. The tags created go into the feed item for an individual episode. Libsyn, for example, has a nice text field for "Extra Tags" under the tab "Advanced" when you edit episode data:

Note that to be valid, your feed needs to add a podcast namespace declaration: xmlns:podcast="https://podcastindex.org/namespace/1.0". This is typically placed in the root (rss) tag of the document, but can be added to child elements too if necessary.