https://github.com/ph-7/simple-podcast-generator
👉 A simple way to host your podcast files and generate a RSS podcast feed on the fly 🎙
https://github.com/ph-7/simple-podcast-generator
generator php podcast podcast-generator podcasting rss rss-generator rss-podcast rss2-feed
Last synced: about 1 year ago
JSON representation
👉 A simple way to host your podcast files and generate a RSS podcast feed on the fly 🎙
- Host: GitHub
- URL: https://github.com/ph-7/simple-podcast-generator
- Owner: pH-7
- License: mit
- Created: 2021-12-23T10:25:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T09:22:50.000Z (over 3 years ago)
- Last Synced: 2025-04-09T20:06:18.760Z (about 1 year ago)
- Topics: generator, php, podcast, podcast-generator, podcasting, rss, rss-generator, rss-podcast, rss2-feed
- Language: PHP
- Homepage: https://pierrehenry.be
- Size: 80.1 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Podcast RSS Feed Generator
*A very simple way to host your podcast files and generate the RSS Podcast feed 🎙*

## :book: Contents
- [Summary](#mag_right-summary)
- [Requirements](#hammer-requirements)
- [Installation](#building_construction-installation)
- [Usage](#thought_balloon-usage)
- [About](#cook-author)
- [Video](#tv-video)
- [License](#page_with_curl-license)
## :mag_right: 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.
## :hammer: Requirements
* [PHP 8+](https://www.php.net/releases/8.0/en.php) 🐘
## :building_construction: 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 🚀
## :thought_balloon: Usage
Ideal for publishing easily and freely your podcast over the different music platforms (iTunes,Google Podcasts, Spotify, Amazon Music, ...).
## :cook: Author
I'm **[Pierre-Henry Soria](https://ph7.me)**. A passionate, zen & dedicated software engineer 😊
You can keep in touch with me at: *hi@ph7.me* 📮
[![pH-7][github-image]](https://github.com/pH-7)
---
[](https://ph7.me "Pierre-Henry Soria")
## :tv: Video
[](https://www.youtube.com/watch?v=wT5AhxPHGMI)
👉 **[Click here to watch on YouTube](https://www.youtube.com/watch?v=wT5AhxPHGMI)**
## :page_with_curl: License
**Podcast RSS Feed Generator** is distributed under [MIT](https://opensource.org/licenses/MIT) license 🚀 Enjoy! ❤️
[github-image]: https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white