Metadata-Version: 1.1
Name: melomaniac
Version: 0.1
Summary: Listen to your Google Play Music/Soundcloud library from your terminal.
Home-page: https://github.com/sdispater/melomaniac
Author: Sébastien Eustace
Author-email: sebastien@eustace.io
License: MIT
Download-URL: https://github.com/sdispater/melomaniac/archive/0.1.tar.gz
Description: Melomaniac
        ##########
        
        Listen to your Google Play Music and Soundcloud library from your terminal.
        
        Requirements
        ============
        
        - Python 3.5+
        - mpv
        
        Installation
        ============
        
        .. code-block::
        
            pip install melomaniac
        
        You will also need to install `mpv <https://mpv.io>`_ to actually play the songs.
        
        
        Usage
        =====
        
        To launch the player, just do:
        
        .. code-block::
        
            melomaniac listen gmusic
        
        or
        
        .. code-block::
        
            melomaniac listen soundcloud
        
        
        If this is the first time using a specific backend, Melomaniac will ask you
        a few pieces of information:
        
        - **Gmusic**: ``username`` and ``password``. There is no way around it. If you have 2FA activated for you account you must create an application specific password.
        
        - **Soundcloud**: ``client_id``, ``client_secret``, ``username`` and ``password``. You need to `acquire a client credential for your application <http://soundcloud.com/you/apps/new>`_, in order for Melomaniac to work. Both ``username`` and ``password`` will only be used once to retrieve API tokens and will never be stored.
        
        The configuration is stored in ``~/.melomaniac.yml``.
        
        
        ### Commands
        
        - Access an element (``right`` or ``enter``)
        - Navigate a list (``up``/``down``)
        - Play a song (``enter``)
        - Pause/Resume a song (``space``)
        - Forward/Rewind (``f``/``r``)
        - Quit (``q``)
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
