Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samcfuchs/mediacontrol
A project to control the Music Player Daemon with a handheld gaming controller.
https://github.com/samcfuchs/mediacontrol
Last synced: about 1 month ago
JSON representation
A project to control the Music Player Daemon with a handheld gaming controller.
- Host: GitHub
- URL: https://github.com/samcfuchs/mediacontrol
- Owner: Samcfuchs
- Created: 2015-11-10T20:21:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T01:56:49.000Z (about 9 years ago)
- Last Synced: 2023-03-01T07:45:54.011Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Media Control
An implementation to control the Music Player Daemon on a Debian system.
This project aims to allow you to control a MPD server over bluetooth with a
controller. It aims to be an intuitive interface, with limited scope to make it
easy to use. A graphical interface is not planned, but once this is done, I may
choose to make one and expand the capabilities of the implementation.It uses pygame to interface with the controller, and command line mpc to
control the local mpd.**If there is a mode button on your controller, make sure that it is off.**
### Buttons
| Button | Function
|--------|----------
| Y | Mute (toggle)
| A | Pause
| XBOX | Quit
| LB | Next Song
| RB | Previous Song#### D-pad
| Direction | Function
|-----------|----------
| UP | Volume increase
| Down | Volume decrease