audio-connected


Nameaudio-connected JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/mortenlj/audio-connected
SummaryWatches PulseAudio events for new sinks connected, and if the name matches the configured name, make that sink the default sink.
upload_time2024-08-03 12:09:25
maintainerNone
docs_urlNone
authorMorten Lied Johansen
requires_python<4.0,>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============
Audio Connected
===============

Watches PulseAudio events for new sinks connected, and if the name matches the configured name, make that sink the default sink.

Installation
============

Probably works best when installed with pipx_: `pipx install audio-connected`

To make it run on startup, you can add a XDG Autostart entry in `$XDG_CONFIG_HOME/autostart` (`~/.config/autostart` by default).

Example:

.. code:: ini

    [Desktop Entry]
    Version=1.5
    Type=Application
    Name=Audio Connected
    Comment=Set EPOS ADAPT 660 headset as default sink when connected
    Exec=audio-connected "EPOS ADAPT 660"
    OnlyShowIn=XFCE;
    StartupNotify=false
    Terminal=false
    Hidden=false


.. _pipx: https://pypa.github.io/pipx/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mortenlj/audio-connected",
    "name": "audio-connected",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Morten Lied Johansen",
    "author_email": "mortenjo@ifi.uio.no",
    "download_url": "https://files.pythonhosted.org/packages/1e/f6/dc54f4bcd12e6fb3b9dc9be0cc97345bb33304416deea06690f9935f4354/audio_connected-0.1.1.tar.gz",
    "platform": null,
    "description": "===============\nAudio Connected\n===============\n\nWatches PulseAudio events for new sinks connected, and if the name matches the configured name, make that sink the default sink.\n\nInstallation\n============\n\nProbably works best when installed with pipx_: `pipx install audio-connected`\n\nTo make it run on startup, you can add a XDG Autostart entry in `$XDG_CONFIG_HOME/autostart` (`~/.config/autostart` by default).\n\nExample:\n\n.. code:: ini\n\n    [Desktop Entry]\n    Version=1.5\n    Type=Application\n    Name=Audio Connected\n    Comment=Set EPOS ADAPT 660 headset as default sink when connected\n    Exec=audio-connected \"EPOS ADAPT 660\"\n    OnlyShowIn=XFCE;\n    StartupNotify=false\n    Terminal=false\n    Hidden=false\n\n\n.. _pipx: https://pypa.github.io/pipx/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Watches PulseAudio events for new sinks connected, and if the name matches the configured name, make that sink the default sink.",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/mortenlj/audio-connected/issues",
        "Homepage": "https://github.com/mortenlj/audio-connected",
        "Repository": "https://github.com/mortenlj/audio-connected"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bdd1de8ed672db355c3a1ba1875d4feca58b2a0f714a1f5adaad0e4441a4882",
                "md5": "f545c991863ff705cabf8d1e4994243c",
                "sha256": "31fb073e5d2cb50f58fa8d2e24872cde20887597a998b26ae95dcf9c46d095af"
            },
            "downloads": -1,
            "filename": "audio_connected-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f545c991863ff705cabf8d1e4994243c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 3272,
            "upload_time": "2024-08-03T12:09:24",
            "upload_time_iso_8601": "2024-08-03T12:09:24.424310Z",
            "url": "https://files.pythonhosted.org/packages/2b/dd/1de8ed672db355c3a1ba1875d4feca58b2a0f714a1f5adaad0e4441a4882/audio_connected-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ef6dc54f4bcd12e6fb3b9dc9be0cc97345bb33304416deea06690f9935f4354",
                "md5": "e8367dc682db74c78d72fa489c8ddd51",
                "sha256": "41108ff8d5540ec2cf1283fe500a0f844bfc13a19a8031a9ac6536e8d8a69e90"
            },
            "downloads": -1,
            "filename": "audio_connected-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e8367dc682db74c78d72fa489c8ddd51",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 2517,
            "upload_time": "2024-08-03T12:09:25",
            "upload_time_iso_8601": "2024-08-03T12:09:25.973682Z",
            "url": "https://files.pythonhosted.org/packages/1e/f6/dc54f4bcd12e6fb3b9dc9be0cc97345bb33304416deea06690f9935f4354/audio_connected-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-03 12:09:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mortenlj",
    "github_project": "audio-connected",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "audio-connected"
}
        
Elapsed time: 0.31373s