Volumio MPD control script
This is python script to control Volumio mpd daemon via serial interface. All commands start with RPC_. Source of the commands in the project is Arduino, but it can be any computer.
Check my Arduino project how commands are sent:
https://github.com/sstefanov/DAC_Control
Requirements: python-serial python-daemon
Installation:
- Install required modules: apt-get install python-serial python-daemon
- Copy file to /usr/local/bin
- For automatic start on boot in /etc/rc.local add (before last line): /usr/local/bin/mpdcontrol.py start