App for integrating Denon DRA-F109 stereo receiver with Raspberry Pi. See the blog posts:
- http://kfigiela.github.io/2014/06/15/denon-remote-connector/
- http://kfigiela.github.io/2014/06/20/denon-meets-raspberrypi/
Also, thread at Raspberry Pi forum: http://www.raspberrypi.org/forums/viewtopic.php?f=35&t=80037
demo.rb– demo example of Denon DRA-F109 protocol parsermpd_demo.rb– basic MPD support with AirPlay switching supportmain.rb– main executable for my setup (covers Denon, MPD, lcdproc, ncmpcpp integration, IR blaster for CD player)
denon.rb– Denon protocol parsermy_denon.rb– logic of DRA-F109 integration in my setuplcd.rb– logic for driving lcdmpd.rb– monkeypatchruby-mpdto add idle supportmpd_idle.rb– MPD idle with EventMachine for LCD updates and preloading audio files to memory
- Clone repo
bundle installruby demo.rborruby mpd_demo.rb