Metadata-Version: 2.1
Name: cplay-ng
Version: 5.3.0
Summary: A simple curses audio player
Author-email: Ulf Betlehem <flu@iki.fi>
Maintainer-email: Tobias Bengfort <tobias.bengfort@posteo.de>
License: GPLv2+
Project-URL: Homepage, https://github.com/xi/cplay-ng
Keywords: music-player,curses
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
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS

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/>`_

Installation
------------

::

    $ pip install cplay-ng

Usage
-----

::

    $ cplay-ng

Press ``h`` to get a list of available keys.
