SpaceMusic: Difference between revisions
Jump to navigation
Jump to search
m (category) |
(change IP to new network ip range) |
||
Line 17: | Line 17: | ||
== Settings == | == Settings == | ||
* IP: | * IP: 10.10.20.50 | ||
* Port: 6600 | * Port: 6600 | ||
* Password: ''none'' | * Password: ''none'' | ||
Line 24: | Line 24: | ||
You can control mpd using a media player client software. We recommend gmpc for Mausschubsers and ncmpc for the nerds. | You can control mpd using a media player client software. We recommend gmpc for Mausschubsers and ncmpc for the nerds. | ||
<code>ncmpc -h | <code>ncmpc -h 10.10.20.50</code> | ||
== MQTT Control == | == MQTT Control == |
Revision as of 06:46, 15 February 2016
SpaceMusic Release status: beta [box doku] | |
---|---|
Description | MPD Service to play music at the space |
Author(s) | Jan |
What is it?
We have this awesome sound system at the space. It is attached to a raspberry pi running an instance of mpd (music player daemon). Please DO NOT change ANYTHING on the mixing desk, the amplifiers or unplug any cables. You may die.
Settings
- IP: 10.10.20.50
- Port: 6600
- Password: none
How to use
You can control mpd using a media player client software. We recommend gmpc for Mausschubsers and ncmpc for the nerds.
ncmpc -h 10.10.20.50
MQTT Control
The MPD can also be controlled via MQTT. Therefore, we have a service running that translates MQTT messages into MPD commands. It's currently running on the PrinterBot machine (192.168.0.25), and the code that's used can be found at https://github.com/munichmakerlab/mqtt2mpd
Topics
mumalab/mpd/command
: understands the following commands: play, pause, next, previous, toggle, volume up, volume down