pH-7 / simple-podcast-generator

๐Ÿ‘‰ A simple way to host your podcast files and generate a RSS podcast feed on the fly ๐ŸŽ™

Home Page:https://pierrehenry.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Podcast RSS Feed Generator

A very simple way to host your podcast files and generate the RSS Podcast feed ๐ŸŽ™

Simple Podcast Generator

๐Ÿ“– Contents

๐Ÿ”Ž Summary

Host your podcast files and generate the RSS Podcast feed

A simple PHP script that reads your MP3/M4A audio files to generate an elegant RSS2 feed to be then published to podcast platforms.

๐Ÿ”จ Requirements

๐Ÿ—๏ธ Installation

  1. Place your podcast audio files (mp3, m4a, ...) in web/audio-files directory.
  2. Add a txt file with the same name as your audio file but with .meta.txt as extension (without the mp3 or ma4 audio extension). Inside, add a description of your audio podcast.
  3. Edit the config.ini file with your favorite text editor:
    1. Change url to your URL of where it will be installed.
    2. Change podcast.name to the name of your podcast.
    3. Update podcast.description to a generic description of your podcast.
  4. Load the page and specify the generated RSS feed to the different podcast platforms ๐Ÿš€

๐Ÿ’ญ Usage

Ideal for publishing easily and freely your podcast over the different music platforms (iTunes,Google Podcasts, Spotify, Amazon Music, ...).

๐Ÿง‘โ€๐Ÿณ Author

I'm Pierre-Henry Soria. A passionate, zen & dedicated software engineer ๐Ÿ˜Š

You can keep in touch with me at: hi@ph7.me ๐Ÿ“ฎ

pH-7


Pierre-Henry Soria

๐Ÿ“บ Video

Watch the video

๐Ÿ‘‰ Click here to watch on YouTube

๐Ÿ“ƒ License

Podcast RSS Feed Generator is distributed under MIT license ๐Ÿš€ Enjoy! โค๏ธ

About

๐Ÿ‘‰ A simple way to host your podcast files and generate a RSS podcast feed on the fly ๐ŸŽ™

https://pierrehenry.be

License:MIT License


Languages

Language:PHP 100.0%