{"id":19754943,"url":"https://github.com/mopidy/mopidy-nad","last_synced_at":"2025-04-30T11:31:47.151Z","repository":{"id":8056137,"uuid":"9467631","full_name":"mopidy/mopidy-nad","owner":"mopidy","description":"Mopidy extension for controlling volume using an external NAD amplifier","archived":false,"fork":false,"pushed_at":"2023-06-21T19:12:24.000Z","size":50,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-09-22T18:37:33.755Z","etag":null,"topics":["mopidy","mopidy-mixer","python"],"latest_commit_sha":null,"homepage":"https://mopidy.com/ext/nad/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mopidy.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-16T08:10:13.000Z","updated_at":"2023-06-21T17:49:45.000Z","dependencies_parsed_at":"2022-09-11T16:41:31.751Z","dependency_job_id":null,"html_url":"https://github.com/mopidy/mopidy-nad","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-nad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-nad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-nad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-nad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mopidy","download_url":"https://codeload.github.com/mopidy/mopidy-nad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224208101,"owners_count":17273674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mopidy","mopidy-mixer","python"],"created_at":"2024-11-12T03:06:50.559Z","updated_at":"2024-11-12T03:06:51.346Z","avatar_url":"https://github.com/mopidy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**********\nMopidy-NAD\n**********\n\n.. image:: https://img.shields.io/pypi/v/Mopidy-NAD\n    :target: https://pypi.org/project/Mopidy-NAD/\n    :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/github/actions/workflow/status/mopidy/mopidy-nad/ci.yml?branch=main\n    :target: https://github.com/mopidy/mopidy-nad/actions\n    :alt: CI build status\n\n.. image:: https://img.shields.io/codecov/c/gh/mopidy/mopidy-nad\n    :target: https://codecov.io/gh/mopidy/mopidy-nad\n    :alt: Test coverage\n\n`Mopidy \u003chttps://mopidy.com/\u003e`_ extension for controlling volume using an\nexternal NAD amplifier. Developed and tested with a NAD C355BEE.\n\n\nMaintainer wanted\n=================\n\nMopidy-NAD is currently kept on life support by the Mopidy core developers.\nIt is in need of a more dedicated maintainer.\n\nIf you want to be the maintainer of Mopidy-NAD, please:\n\n1. Make 2-3 good pull requests improving any part of the project.\n\n2. Read and get familiar with all of the project's open issues.\n\n3. Send a pull request removing this section and adding yourself as the\n   \"Current maintainer\" in the \"Credits\" section below. In the pull request\n   description, please refer to the previous pull requests and state that\n   you've familiarized yourself with the open issues.\n\nAs a maintainer, you'll be given push access to the repo and the authority to\nmake releases to PyPI when you see fit.\n\n\nInstallation\n============\n\nInstall by running::\n\n    sudo python3 -m pip install Mopidy-NAD\n\nSee https://mopidy.com/ext/nad/ for alternative installation methods.\n\n\nConfiguration\n=============\n\nThe Mopidy-NAD extension is enabled by default. To disable it, add the\nfollowing to ``mopidy.conf``::\n\n    [nad]\n    enabled = false\n\nThe NAD amplifier must be connected to the machine running Mopidy using a\nserial cable.\n\nTo use the NAD amplifier ot control volume, set the ``audio/mixer`` config\nvalue in ``mopidy.conf`` to ``nad``. You probably also needs to add some\nproperties to the ``nad`` config section.\n\nSupported properties includes:\n\n- ``port``: The serial device to use, defaults to ``/dev/ttyUSB0``. This must\n  be set correctly for the mixer to work.\n\n- ``source``: The source that should be selected on the amplifier, like\n  ``aux``, ``disc``, ``tape``, ``tuner``, etc. Leave unset if you don't want\n  the mixer to change it for you.\n\n- ``speakers-a``: Set to ``on`` or ``off`` (or ``true`` or ``false``) if you\n  want the mixer to make sure that speaker set A is turned on or off. Leave\n  unset if you don't want the mixer to change it for you.\n\n- ``speakers-b``: See ``speakers-a``.\n\nConfiguration example with minimum configuration, if the amplifier is available\nat ``/dev/ttyUSB0``::\n\n    [audio]\n    mixer = nad\n\nConfiguration example with minimum configuration, if the amplifier is available\nelsewhere::\n\n    [audio]\n    mixer = nad\n\n    [nad]\n    port = /dev/ttyUSB3\n\nConfiguration example with full configuration::\n\n    [audio]\n    mixer = nad\n\n    [nad]\n    port = /dev/ttyUSB0\n    source = aux\n    speakers-a = true\n    speakers-b = false\n\n\nProject resources\n=================\n\n- `Source code \u003chttps://github.com/mopidy/mopidy-nad\u003e`_\n- `Issue tracker \u003chttps://github.com/mopidy/mopidy-nad/issues\u003e`_\n- `Changelog \u003chttps://github.com/mopidy/mopidy-nad/releases\u003e`_\n\n\nCredits\n=======\n\n- Original author: `Stein Magnus Jodal \u003chttps://github.com/jodal\u003e`_\n- Current maintainer: None. Maintainer wanted, see section above.\n- `Contributors \u003chttps://github.com/mopidy/mopidy-nad/graphs/contributors\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopidy%2Fmopidy-nad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmopidy%2Fmopidy-nad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopidy%2Fmopidy-nad/lists"}