summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-01-19 09:23:15 +0100
committerlouis <louis.braun@gmx.de>2015-01-19 09:23:15 +0100
commitac89503027f048d0fa34234ed5ac62725f3f68e4 (patch)
tree949b4bfa1af33571b746d86e636d3994fed5261a /skins
parentcb9044e5f6613d69db26bd0e81575db9c0ff5a25 (diff)
downloadvdr-plugin-skindesigner-ac89503027f048d0fa34234ed5ac62725f3f68e4.tar.gz
vdr-plugin-skindesigner-ac89503027f048d0fa34234ed5ac62725f3f68e4.tar.bz2
introducing skin setups
Diffstat (limited to 'skins')
-rw-r--r--skins/blackhole/setup.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/skins/blackhole/setup.xml b/skins/blackhole/setup.xml
new file mode 100644
index 0000000..c75e183
--- /dev/null
+++ b/skins/blackhole/setup.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE setup SYSTEM "../../dtd/setup.dtd">
+
+<setup>
+ <!--
+ define all your parameters here which should be configurable via
+ OSD and the skindesigner setup menu.
+ Parameters must have type "bool" or "integer". For "bool" Parameters
+ a choice yes/no is shown in the setup menu, a "integer" parameter
+ can be configured to a value between "min" and "max". If "min" is not
+ set, "0" is the minimum, if "max" is not set, "1000" is maximum.
+ "displayname" is used to display the option in the setup menu.
+ -->
+ <parameters>
+ <parameter type="bool" name="showsignal" displaytext="Show Signalstrength and -quality when switching channel">0</parameter>
+ <parameter type="bool" name="showposter" displaytext="Show Poster when switching channel">1</parameter>
+ <parameter type="int" name="fadetime" min="0" max="1000" displaytext="Fade In and Out time in ms">300</parameter>
+ </parameters>
+</setup>