Metadata-Version: 1.2
Name: cplay-ng
Version: 5.0.0
Summary: A simple curses audio player
Home-page: https://github.com/xi/cplay-ng
Author: Ulf Betlehem
Author-email: flu@iki.fi
Maintainer: Tobias Bengfort
Maintainer-email: tobias.bengfort@posteo.de
License: GPLv2+
Description: Description
        -----------
        
        ``cplay`` is a minimalist music player with a textual user interface
        written in Python. It aims to provide a power-user-friendly interface
        with simple filelist and playlist control.
        
        Instead of building an elaborate database of your music library,
        ``cplay`` allows you to quickly browse the filesystem and enqueue
        files, directories, and playlists.
        
        The original cplay was started by Ulf Betlehem in 1998 and is no longer
        maintained.  This is a rewrite that aims to stay true to the original design
        while evolving with a shifting environment.
        
        .. image:: screenshot.png
           :alt: screenshot of cplay with file browser
        
        Requirements
        ------------
        
        - `python3 <http://www.python.org/>`_
        - `mpv <https://mpv.io/>`_
        - pulseaudio-utils, specifically the ``pactl`` command
        
        Installation
        ------------
        
        ::
        
            $ pip install cplay-ng
        
        Usage
        -----
        
        ::
        
            $ cplay-ng
        
        Press ``h`` to get a list of available keys.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
