summaryrefslogtreecommitdiff
path: root/README.md
blob: d0ff765479bb81091deb4ca4a7546a7d54e274ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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).