Podtergeist
Command line interface to create or append to podcast-compatible rss feeds via arguments.
Uses taglib to pull some information directly from podcast files.
Please note; while this works it's a first release so the API may change drastically.
Installation
$ gem install podtergeist
Usage
$ podtergeist help
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
TODO
- more RSS, itunes specific features (etc)