-
Notifications
You must be signed in to change notification settings - Fork 1
Service: Podcast Generator
Podcast Generator is an open source tool for creating and publishing a podcast website and RSS feed. Upload your audio episodes through the web interface and it generates a fully functional podcast site with an iTunes/Spotify-compatible feed. Available as an open web service in Eyevinn Open Source Cloud.
Navigate to the Podcast Generator service page and click Create docker-podcastgen. Enter a name (alphanumeric, no spaces) and click Create.
Wait for the instance status to turn green.
Click the running instance URL to open the Podcast Generator web UI. On first launch you are presented with a setup wizard. Fill in:
- Podcast title and description — shown in the feed header and on the site
-
Language — ISO code for your podcast (e.g.
en) - Admin email and password — creates your admin account; choose a strong password
Complete the wizard and save. Podcast Generator is now ready to use.
- Log in to the admin area at
https://<instance-url>/admin - Click Add Episode
- Fill in the episode title, description, and publish date
- Upload your audio file (MP3 or M4A recommended)
- Click Publish
The episode appears on the podcast site immediately and in the RSS feed at https://<instance-url>/feed.xml.
Once you have at least one episode published, submit your feed URL to podcast directories:
- Apple Podcasts: podcastsconnect.apple.com
- Spotify: podcasters.spotify.com
- Google Podcasts / YouTube Music: submit via podcastsmanager.google.com
osc create chambana-net-docker-podcastgen mypodcastList your running instances:
osc list chambana-net-docker-podcastgenRemove an instance:
osc remove chambana-net-docker-podcastgen mypodcast