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

Allow for customization of titles in feed #168

Closed
mattstratton opened this issue Mar 8, 2018 · 2 comments · Fixed by #322
Closed

Allow for customization of titles in feed #168

mattstratton opened this issue Mar 8, 2018 · 2 comments · Fixed by #322

Comments

@mattstratton
Copy link
Owner

The theory is that you have an optional configuration directive that takes placeholders, which you can use to set what the title will be for the episode in the feed.

For example, right now, by default, it ends up like this:

<title>Back to School</title>

The configuration directive could allow placeholders for title, show_name, and episode_number, like this:

itunes_episode_title = "Episode %e - %t - %s"

Which would result in:

<title>Episode 12 - Back to School - Arrested DevOps</title>

@mattstratton
Copy link
Owner Author

Need to look into this as I've casually come across a few posts that have opinions about putting show name, episode number, etc in the title fields?

@mattstratton mattstratton mentioned this issue Feb 7, 2020
3 tasks
@mattstratton
Copy link
Owner Author

mattstratton commented Feb 7, 2020

OK, so here's kind of what I'm thinking (after looking at https://www.thepodcasthost.com/planning/podcast-episode-titles/)

  • the itunes:title tag in the feed should NOT use this configuration; since it has all the rich information about episode numbers, etc. So that part of the feed should only use the actual title
  • the <title> tag in the feed should use the config directive

Slightly related - consider that episode pages should display the episode number somwehere, because it's nice to know this :)

The Podcast Host
Your podcast episode titles are vital to the success of your show as a whole. Here are some things to consider prior to hitting publish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant