Metadata-Version: 1.1
Name: podcast-player
Version: 1.0.3
Summary: A Python CLI podcast manager.
Home-page: https://github.com/aziezahmed/podcast-player
Author: Aziez Ahmed Chawdhary
Author-email: UNKNOWN
License: UNLICENSE
Description-Content-Type: UNKNOWN
Description: Podcast Player
        ==============
        
        |PyPI version|
        
        *A command line podcast player, written in Python.*
        
        Getting Started
        ---------------
        
        Prerequisites
        ~~~~~~~~~~~~~
        
        -  `Python`_
        -  mpv or mplayer
        
        Installing
        ~~~~~~~~~~
        
        Podcast Player is on PyPI so it can be installed with pip.
        
        .. code-block:: bash
        
            $ pip install 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
        
        The default audio player is mplayer. If desired you can change that.
        
        .. code-block:: bash
        
            $ podcast set-player mpv
        
        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 list
              podcast add <url>
              podcast set-player <player>
              podcast -h | --help
              podcast --version
        
            Options:
              -h --help                         Show this screen.
              --version                         Show version.
        
            Examples:
              podcast
              podcast list
              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
        .. |PyPI version| image:: https://img.shields.io/pypi/v/podcast-player.svg
           :target: https://pypi.python.org/pypi/podcast-player
        
Keywords: cli
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
