A Mopidy frontend to control mopidy with an infrared remote control. It is using lirc<http://www.lirc.org/> as IR receiver deamon.
Install by running:
pip install Mopidy-IRControl
Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.
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
- Initial release.