Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.13 KB

Majorpodo

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).

Installation

  1. Checkout the project from Github
  2. npm install

Configuration

See SETUP.md

License

Distributed under the GNU General Public License version 2.

Contributors

Repository

Github

Contributing

  1. Fork it (https://github.com/dorward/majorpodo/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request