summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Völlinger <zerov83@gmail.com>2013-12-02 19:57:54 +0100
committerChristian Völlinger <zerov83@gmail.com>2013-12-02 19:57:54 +0100
commit47e367a8524a09dbdce8016296a611674e536225 (patch)
treec435f431a4964e1f8e8d4d54032c31c3f8ca2120 /README.md
parent620ea3a800f2235abf45a57ca898bf96473c576b (diff)
downloadvdr-plugin-boblight-47e367a8524a09dbdce8016296a611674e536225.tar.gz
vdr-plugin-boblight-47e367a8524a09dbdce8016296a611674e536225.tar.bz2
Initial commit0.0.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6fed0ef..c70d00a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,24 @@
vdr-plugin-boblight
===================
+This is a "plugin" for the Video Disk Recorder (VDR).
+
Boblight with data from softhddevice
+
+Needs libboblight.so and boblightd configured and running (https://code.google.com/p/boblight)
+
+
+Priority [128] Every boblight client has a priority, the higher the lower
+Updaterate [25] Updaterate in Hz, 25 => 25 Updates per second from softhddevice. Boblightd has it's own updaterate, so this could be lowered
+Detect cinema bars
+Show mainmenu
+Log level
+
+Threshold [20] 0-255 Blacklevel detection, Black => LED's off
+Gamma [10] 0-100 Gamma corretion (divided by 10, 10 = 1.0)
+Value [80] 0-200 Saturation and value are multipliers for HSV color space (divided by 10, 10 = 1.0)
+Saturation [30] 0-200 Saturation and value are multipliers for HSV color space (divided by 10, 10 = 1.0)
+Speed [60] 0-100 Speed is a factor for a first order lowpass filter, the higher you set it the faster the lights react.
+Autospeed [0] 0-100 Autospeed adjusts the speed on top of that based on how fast the colors are changing.
+Interpolation [true] Interpolation is a setting for a boblightd output device,
+ when it's on it will interpolate between the last two writes of a client. (Off might reduce load) \ No newline at end of file