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

Draft: Adds RSS feed for podcast episodes. #91

Closed
wants to merge 9 commits into from

Conversation

elland
Copy link
Contributor

@elland elland commented Jul 20, 2021

In order to accomplish this, it was necessary to break down the podcasts.html into individual pages for each episode, which we in turn can snapshot before applying the template to create an RSS feed.

There's more than a few things to complete, like adding artwork, a proper contact email, and other metadata. Just point me in the right direction, and I'll gladly update this with the missing content.

I'm also not 100% sure if everything has been correctly applied, someone more familiar with the code base please take a closer look.

@kosmikus
Copy link
Collaborator

Thanks for trying to do this, but there already is an RSS feed generated from buzzsprout, which is accessible via the player, and we would prefer having one RSS feed rather than two potentially different ones.

If the buzzsprout feed is too difficult to find via the embedded player, we could just include a direct link to it.

@elland
Copy link
Contributor Author

elland commented Jul 23, 2021

@kosmikus it was indeed hard to find, especially because the expectation is that it's listed on the main html. Since there's already an RSS feed being generated, linking it inside the website would be preferable, for sure.

There's also the issue of it not being listed on the iTunes directory, arguably the canonical directory for podcasts. Is that something I could also help with?

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

Successfully merging this pull request may close these issues.

None yet

2 participants