0 purchases
MopidyIRControl 0.1.0
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
Source code
Issue tracker
Download development snapshot
Changelog
v0.1.0 (UNRELEASED)
Initial release.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.