A podcast server that uses metadata from static audio files
Given a directory, Majorpodo will serve the audio files it finds there over HTTP along with webpages and RSS feeds generated from the metadata inside those files.
Use it to host your own podcast, or provide a means to get files downloaded from BBC radio into your podcast client for convenient personal use (Majorpodo supports password protection).
- Checkout the project from Github
npm install
See SETUP.md
Distributed under the GNU General Public License version 2.
- David Dorward – @dorward – [email protected]
- Fork it (https://github.com/dorward/majorpodo/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request