hassmpris-client


Namehassmpris-client JSON
Version 0.0.25 PyPI version JSON
download
home_pagehttps://github.com/Rudd-O/hassmpris
SummarySimple command-line client to control the MPRIS multimedia agent
upload_time2023-11-16 16:31:00
maintainer
docs_urlNone
authorManuel Amador (Rudd-O)
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Simple client to control the MPRIS multimedia agent

This package contains a simple command-line utility that allows you to pair
and then control any computer with the MPRIS Linux desktop agent.

It also contains an asyncio-based client class that permits your Python
programs to control media players on computers running the desktop agent.
This class is used in Home Assistant to provide access to media players via
the Home Assistant user interface.

## Setup

### Server

Install the [MPRIS Linux desktop agent](https://github.com/Rudd-O/hassmpris_agent)
on the computer you want to control remotely.

### This package

Install this package on the computer you want to control other machines from.
You'll find the program `hassmpris-client` installed here.

## Troubleshooting and help

Look at your system logs (e.g. if running this under Home Assistant, look at the
Home Assistant logs).  You should make a copy of any traceback of interest.

### Found a bug or a traceback?

Please report it in the [project's issue tracker](https://github.com/Rudd-O/hassmpris_client/issues).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Rudd-O/hassmpris",
    "name": "hassmpris-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Manuel Amador (Rudd-O)",
    "author_email": "rudd-o@rudd-o.com",
    "download_url": "https://files.pythonhosted.org/packages/48/d8/ce75346eaca47956cce88f6ff75db36df7e04a8b497d91861b2292a1a4fb/hassmpris_client-0.0.25.tar.gz",
    "platform": null,
    "description": "# Simple client to control the MPRIS multimedia agent\n\nThis package contains a simple command-line utility that allows you to pair\nand then control any computer with the MPRIS Linux desktop agent.\n\nIt also contains an asyncio-based client class that permits your Python\nprograms to control media players on computers running the desktop agent.\nThis class is used in Home Assistant to provide access to media players via\nthe Home Assistant user interface.\n\n## Setup\n\n### Server\n\nInstall the [MPRIS Linux desktop agent](https://github.com/Rudd-O/hassmpris_agent)\non the computer you want to control remotely.\n\n### This package\n\nInstall this package on the computer you want to control other machines from.\nYou'll find the program `hassmpris-client` installed here.\n\n## Troubleshooting and help\n\nLook at your system logs (e.g. if running this under Home Assistant, look at the\nHome Assistant logs).  You should make a copy of any traceback of interest.\n\n### Found a bug or a traceback?\n\nPlease report it in the [project's issue tracker](https://github.com/Rudd-O/hassmpris_client/issues).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple command-line client to control the MPRIS multimedia agent",
    "version": "0.0.25",
    "project_urls": {
        "Homepage": "https://github.com/Rudd-O/hassmpris"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48d8ce75346eaca47956cce88f6ff75db36df7e04a8b497d91861b2292a1a4fb",
                "md5": "357e8498a43e2b02d40a0826877b7300",
                "sha256": "442d83a713a3c374063c10426a1c2fd387ab86b41fc70920136a50cf1744cf38"
            },
            "downloads": -1,
            "filename": "hassmpris_client-0.0.25.tar.gz",
            "has_sig": false,
            "md5_digest": "357e8498a43e2b02d40a0826877b7300",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11123,
            "upload_time": "2023-11-16T16:31:00",
            "upload_time_iso_8601": "2023-11-16T16:31:00.160340Z",
            "url": "https://files.pythonhosted.org/packages/48/d8/ce75346eaca47956cce88f6ff75db36df7e04a8b497d91861b2292a1a4fb/hassmpris_client-0.0.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-16 16:31:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Rudd-O",
    "github_project": "hassmpris",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "hassmpris-client"
}
        
Elapsed time: 0.39231s