cplay-ng


Namecplay-ng JSON
Version 5.4.0 PyPI version JSON
download
home_pageNone
SummaryA simple curses audio player
upload_time2024-12-28 22:47:12
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseGPLv2+
keywords music-player curses
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

![screenshot of cplay with file browser](screenshot.png)

# 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cplay-ng",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "Tobias Bengfort <tobias.bengfort@posteo.de>",
    "keywords": "music-player, curses",
    "author": null,
    "author_email": "Ulf Betlehem <flu@iki.fi>",
    "download_url": "https://files.pythonhosted.org/packages/44/58/ff5c2f574d984c9aade33ee3918d83f89e3306c93b9a748a5e858fa2a2c2/cplay_ng-5.4.0.tar.gz",
    "platform": null,
    "description": "# Description\n\n`cplay` is a minimalist music player with a textual user interface\nwritten in Python. It aims to provide a power-user-friendly interface\nwith simple filelist and playlist control.\n\nInstead of building an elaborate database of your music library, `cplay`\nallows you to quickly browse the filesystem and enqueue files,\ndirectories, and playlists.\n\nThe original cplay was started by Ulf Betlehem in 1998 and is no longer\nmaintained. This is a rewrite that aims to stay true to the original\ndesign while evolving with a shifting environment.\n\n![screenshot of cplay with file browser](screenshot.png)\n\n# Requirements\n\n-   [python3](http://www.python.org/)\n-   [mpv](https://mpv.io/)\n\n# Installation\n\n    $ pip install cplay-ng\n\n# Usage\n\n    $ cplay-ng\n\nPress `h` to get a list of available keys.\n",
    "bugtrack_url": null,
    "license": "GPLv2+",
    "summary": "A simple curses audio player",
    "version": "5.4.0",
    "project_urls": {
        "Homepage": "https://github.com/xi/cplay-ng"
    },
    "split_keywords": [
        "music-player",
        " curses"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4ae64a669b4da1a6b5a8a0424f8a18a0e2b7c825d58da4589797e46ec53fe26",
                "md5": "c5f72f3b98deceff1e31ceb1ad31501c",
                "sha256": "3b6bda95b70ce6c7ed43466a53600acc69b0a69953b960a4e6114b0620a3f778"
            },
            "downloads": -1,
            "filename": "cplay_ng-5.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c5f72f3b98deceff1e31ceb1ad31501c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15981,
            "upload_time": "2024-12-28T22:47:10",
            "upload_time_iso_8601": "2024-12-28T22:47:10.219456Z",
            "url": "https://files.pythonhosted.org/packages/b4/ae/64a669b4da1a6b5a8a0424f8a18a0e2b7c825d58da4589797e46ec53fe26/cplay_ng-5.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4458ff5c2f574d984c9aade33ee3918d83f89e3306c93b9a748a5e858fa2a2c2",
                "md5": "605de31fbc5b099eec2c9522937bba34",
                "sha256": "42fef40dcb0d5c352b7bf90cb4238880ca3365daf5bd1cbd91361b8ca90d2f8f"
            },
            "downloads": -1,
            "filename": "cplay_ng-5.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "605de31fbc5b099eec2c9522937bba34",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15711,
            "upload_time": "2024-12-28T22:47:12",
            "upload_time_iso_8601": "2024-12-28T22:47:12.801421Z",
            "url": "https://files.pythonhosted.org/packages/44/58/ff5c2f574d984c9aade33ee3918d83f89e3306c93b9a748a5e858fa2a2c2/cplay_ng-5.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-28 22:47:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xi",
    "github_project": "cplay-ng",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cplay-ng"
}
        
Elapsed time: 0.44090s