Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 603 Bytes

volumio_control

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:

  1. Install required modules: apt-get install python-serial python-daemon
  2. Copy file to /usr/local/bin
  3. For automatic start on boot in /etc/rc.local add (before last line): /usr/local/bin/mpdcontrol.py start