Simple CLI to manage podcasts.
podrb_demo.mp4
Podrb is a Ruby gem published on RubyGems, so you can install running:
$ gem install podrb$ podrb init$ podrb add ./path/to/rss.xml
$ podrb add https://podcast.com/feed.xml$ podrb podcasts
$ podrb podcasts --fields=id name$ podrb episodes PODCAST_ID
$ podrb podcasts PODCAST_ID --fields=id title duration
$ podrb podcasts PODCAST_ID --order-by=duration$ podrb open EPISODE_ID
$ podrb open EPISODE_ID --browser=firefox
$ podrb open EPISODE_ID --archive$ podrb archive EPISODE_ID$ podrb dearchive EPISODE_ID$ podrb sync PODCAST_ID$ podrb update PODCAST_ID --feed=https://newfeed.com/feed.xmlAfter checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.
Bug reports and pull requests are welcome on GitHub at https://github.com/gustavothecoder/podrb.
The gem is available as open source under the terms of the MIT License.