Mopidy-IRControl

Mopidy frontend to be controlled with an IR controller


License
Apache-2.0
Install
pip install Mopidy-IRControl==0.1.0

Documentation

Mopidy-IRControl

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

A Mopidy frontend to control mopidy with an infrared remote control. It is using lirc<http://www.lirc.org/> as IR receiver deamon.

Installation

Install by running:

pip install Mopidy-IRControl

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

Configuration

Before starting Mopidy, you must add configuration for Mopidy-IRControl to your Mopidy configuration file:

[IRControl]
enabled = true
#look at your lircd.conf (/etc/lirc/lircd.conf) to find you configured buttons names
mute = KEY_MUTE
next = KEY_NEXT
previous = KEY_PREVIOUS
playpause = KEY_PLAYPAUSE
stop = KEY_STOP
volumeup = KEY_VOLUMEUP
volumedown = KEY_VOLUMEDOWN

Project resources

Changelog

v0.1.0 - 08.10.2015

  • Initial release.

Contributors