Skip to main content

Mopidy extension for controlling volume on a NAD amplifier

Project description

Latest PyPI version Number of PyPI downloads Travis CI build status Test coverage

Mopidy extension for controlling volume using an external NAD amplifier. Developed and tested with a NAD C355BEE.

Installation

Install by running:

sudo pip install Mopidy-NAD

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

Configuration

The Mopidy-NAD extension is enabled by default. To disable it, add the following to mopidy.conf:

[nad]
enabled = false

The NAD amplifier must be connected to the machine running Mopidy using a serial cable.

To use the NAD amplifier ot control volume, set the audio/mixer config value in mopidy.conf to nadmixer. You probably also needs to add some properties to the audio/mixer config value.

Supported properties includes:

  • port: The serial device to use, defaults to /dev/ttyUSB0. This must be set correctly for the mixer to work.

  • source: The source that should be selected on the amplifier, like aux, disc, tape, tuner, etc. Leave unset if you don’t want the mixer to change it for you.

  • speakers-a: Set to on or off if you want the mixer to make sure that speaker set A is turned on or off. Leave unset if you don’t want the mixer to change it for you.

  • speakers-b: See speakers-a.

Configuration examples:

# Minimum configuration, if the amplifier is available at /dev/ttyUSB0
[audio]
mixer = nadmixer

# Minimum configuration, if the amplifier is available elsewhere
[audio]
mixer = nadmixer port=/dev/ttyUSB3

# Full configuration
[audio]
mixer = nadmixer port=/dev/ttyUSB0 source=aux speakers-a=on speakers-b=off

Project resources

Changelog

v1.1 (2014-01-20)

  • Require Mopidy >= 0.18.

v1.0 (2013-10-08)

  • Update to match the cookiecutter-mopidy-ext project template.

v0.3 (2013-04-16)

  • Include README.rst and LICENSE in PyPI package.

v0.2 (2013-04-16)

  • Add missing create_track() helper function.

v0.1 (2013-04-16)

  • Extracted extension from Mopidy core.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Mopidy-NAD-1.1.0.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

Mopidy_NAD-1.1.0-py2.py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page