
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
|PyPI version|
A command line podcast player, written in Python.
Prerequisites
- `Python`_
- `mpv`_ or mplayer or any other media player that can be launched from the command line
Installing
~~~~~~~~~~
Podcast Player is on PyPI so it can be installed with pip.
.. code-block:: bash
$ pip install podcast-player
To upgrade use the -U flag.
.. code-block:: bash
$ pip install -U podcast-player
Setup
~~~~~
To begin we need to add some podcast rss feeds. This is done one by one with the following command.
.. code-block:: bash
$ 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.
.. code-block:: bash
$ podcast -i OPML-FILE
The default audio player is mpv in no-video mode. If desired you can change that.
.. code-block:: bash
$ podcast set-player mplayer
Usage
~~~~~
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.
.. code-block:: bash
$ podcast
For more details run with the help option.
.. code-block:: bash
$ 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
Built With
----------
- `skele-cli`_
Authors
-------
- `Aziez Ahmed Chawdhary`_
License
-------
This project is licensed under the MIT License
.. _Python: https://www.python.org
.. _PyPi: https://pypi.python.org/pypi
.. _skele-cli: https://github.com/rdegges/skele-cli
.. _Aziez Ahmed Chawdhary: https://github.com/aziezahmed
.. _mpv: https://mpv.io
.. |PyPI version| image:: https://img.shields.io/pypi/v/podcast-player.svg
:target: https://pypi.python.org/pypi/podcast-player
FAQs
A Python command line podcast player.
We found that podcast-player demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.