Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install mopidy-nad

How to install Mopidy-NAD

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install mopidy-nad
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
0.3 Available View build log
 
License
Apache License, Version 2.0
Imports
Lastest release
version 0.3 on Apr 29th, 2013

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

Changelog

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.

Subscribe to package updates

Last updated Apr 29th, 2013

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.