Podrb
Simple CLI to manage podcasts.
Installation
Podrb is a Ruby gem published on RubyGems, so you can install running:
$ gem install podrbUsage
Initialization
$ podrb initAdding a podcast
$ podrb add ./path/to/rss.xml
$ podrb add https://podcast.com/feed.xmlListing podcasts
$ podrb podcasts
$ podrb podcasts --fields=id nameListing episodes
$ podrb episodes PODCAST_ID
$ podrb podcasts PODCAST_ID --fields=id title duration
$ podrb podcasts PODCAST_ID --order-by=durationOpening an episode
$ podrb open EPISODE_ID
$ podrb open EPISODE_ID --browser=firefox
$ podrb open EPISODE_ID --archiveArchiving an episode
$ podrb archive EPISODE_IDDearchiving an episode
$ podrb dearchive EPISODE_IDSynchronizing a podcast
$ podrb sync PODCAST_IDUpdating the podcast
$ podrb update PODCAST_ID --feed=https://newfeed.com/feed.xmlDevelopment
After 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.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/gustavothecoder/podrb.
License
The gem is available as open source under the terms of the MIT License.