https://github.com/if1live/rpi-mpd-controller
Controller for Raspberry Pi + MPD
https://github.com/if1live/rpi-mpd-controller
Last synced: 2 months ago
JSON representation
Controller for Raspberry Pi + MPD
- Host: GitHub
- URL: https://github.com/if1live/rpi-mpd-controller
- Owner: if1live
- License: unlicense
- Created: 2013-07-20T03:50:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-20T04:43:35.000Z (almost 12 years ago)
- Last Synced: 2025-02-02T18:14:36.174Z (4 months ago)
- Language: Python
- Size: 293 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rpi-mpd-controller
Controller for Raspberry Pi + MPD. Based on mpc, Raspberry Pi GPIO.
## Features
* Play / Pause Music
* Previous Music / Next Msuic
* Playing Status LED (Blink when playing)## Installation
1. Install mpd and configure
2. Install mpc
3. Test ```mpc play```, ```mpc pause```, ```mpc next```, ```mpc prev```
4. Make Circuit


4. ```sudo python main.py```
5. If want add startup script, add ```/main.py &``` inside ```/etc/rc.local```.## Preview
[Video](http://www.youtube.com/watch?v=TRn8TviiMe0)
## Reference
* http://www.rpiblog.com/2012/09/using-gpio-of-raspberry-pi-to-blink-led.html
* https://code.google.com/p/raspberry-gpio-python/