Skip to content

sgraca/mopidy-ircontrol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A mopidy frontend to control mopidy with an infrared remote control.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%