From 6b77d313c8fef618fedc008f3e1e7ad00f45f8ec Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 24 Feb 2016 10:26:18 +0100 Subject: initial commit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') 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). -- cgit v1.3.1