summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-01-22 20:35:04 +0100
committerlouis <louis.braun@gmx.de>2015-01-22 20:35:04 +0100
commit5733a499407a11b095887e06df09c4e5d6debeda (patch)
treebd8febdfa7c139083de84e586fd86f5cf4f0aed3
parent46d99a69136b8b1ef9ecf37be2a03f577abf291d (diff)
downloadvdr-plugin-skindesigner-5733a499407a11b095887e06df09c4e5d6debeda.tar.gz
vdr-plugin-skindesigner-5733a499407a11b095887e06df09c4e5d6debeda.tar.bz2
added setup.xml to skinskeleton
-rw-r--r--skinskeleton/setup.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/skinskeleton/setup.xml b/skinskeleton/setup.xml
new file mode 100644
index 0000000..a0e5a97
--- /dev/null
+++ b/skinskeleton/setup.xml
@@ -0,0 +1,23 @@
+<?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.
+ The configured parameter value is the default value.
+ -->
+ <parameters>
+ </parameters>
+
+ <!--
+ translations of displaytexts
+ -->
+ <translations>
+ </translations>
+</setup>