A command line podcast player, written in Python.
Podcast Player is on PyPI so it can be installed with pip.
$ pip install podcast-player
To upgrade use the -U flag.
$ pip install -U podcast-player
To begin we need to add some podcast rss feeds. This is done one by one with the following command.
$ podcast add URL
If you have an OPML file with podcast subscriptions that you would like to import then you can do so with the -i flag.
$ podcast -i OPML-FILE
The default audio player is mpv in no-video mode. If desired you can change that.
$ podcast set-player mplayer
Once you have added all the podcasts you want to subscribe to, then simply run the 'podcast' command to select the podcast and the episode you want to listen to.
$ podcast
For more details run with the help option.
$ podcast --help
podcast
Usage:
podcast
podcast add <url>
podcast delete
podcast set-player <player>
podcast -i <opml-file>
podcast -h | --help
podcast --version
Options:
-h --help Show this screen.
--version Show version.
Examples:
podcast
podcast set-player mpv
podcast set-player mplayer
podcast add https://my-podcast-url.com/feed.rss
Help:
For help using this tool, please open an issue on the Github repository:
https://github.com/aziezahmed/podcast-player
This project is licensed under the MIT License