diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-02-24 10:26:18 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-02-24 10:26:18 +0100 |
| commit | 6b77d313c8fef618fedc008f3e1e7ad00f45f8ec (patch) | |
| tree | 500ff46ad6adc13c341e9a7d3a0d16c9b8adb029 /README.md | |
| download | mpd-rgb-vis-6b77d313c8fef618fedc008f3e1e7ad00f45f8ec.tar.gz mpd-rgb-vis-6b77d313c8fef618fedc008f3e1e7ad00f45f8ec.zip | |
initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d0ff765 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Hyperion MPD music visualisation plugin +======================================= + +Adapted from [this script by `tuckerbuchy`](https://github.com/tuckerbuchy/ledvis/blob/master/audioprocessing.py). + +Add this to your `mpd.conf`: +``` +audio_output { + type "fifo" + name "MPD FIFO" + path "/tmp/mpd.fifo" + format "48000:16:1" +} +``` + +Then, install `numpy` and place `mpdvis.json`, `mpdvis.py` into hyperion's effects folder (`/opt/hyperion/effects` or similiar). |
