App for integrating Denon DRA-F109 stereo receiver with Raspberry Pi. See the blog posts:
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
– monkeypatch ruby-mpd
to add idle supportmpd_idle.rb
– MPD idle with EventMachine for LCD updates and preloading audio files to memorybundle install
ruby demo.rb
or ruby mpd_demo.rb