From 280d713ad79576502b72963b25f1a43055a6aa50 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 18 May 2009 23:22:44 +0200 Subject: Add experimental meta description --- .../VideoTune/meta/plugin_videotune.xml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml (limited to 'lib/python') diff --git a/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml b/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml new file mode 100644 index 00000000..82c55f2c --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml @@ -0,0 +1,26 @@ + + + + + + + Dream Multimedia + VideoTune + enigma2-plugin-systemplugins-videotune + VideoTune helps fine-tuning your tv display. + The VideoTune helps fine-tuning your tv display.\nYou can control brightness and contrast of your tv. + + + + Dream Multimedia + VideoTune + enigma2-plugin-systemplugins-videotune + VideoTune hilf beim fein-einstellen des Fernsehers. + VideoTune hilf beim fein-einstellen des Fernsehers.\nSie können Kontrast und Helligkeit fein-einstellen. + + + + + + + -- cgit v1.2.3 From a2c1416c1da0a498e7c1290bf456c7f7c10afae9 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 18 May 2009 23:24:02 +0200 Subject: example: local screenshot --- lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python') diff --git a/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml b/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml index 82c55f2c..5bc398e0 100644 --- a/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml +++ b/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml @@ -10,6 +10,7 @@ VideoTune helps fine-tuning your tv display. The VideoTune helps fine-tuning your tv display.\nYou can control brightness and contrast of your tv. + Dream Multimedia -- cgit v1.2.3 From 8516875e7b7296f720864538b13f24cc7f8d6072 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 18 May 2009 23:25:20 +0200 Subject: add Makefile.am (but don't add to configure.ac yet) --- lib/python/Plugins/SystemPlugins/VideoTune/meta/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/python/Plugins/SystemPlugins/VideoTune/meta/Makefile.am (limited to 'lib/python') diff --git a/lib/python/Plugins/SystemPlugins/VideoTune/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/VideoTune/meta/Makefile.am new file mode 100644 index 00000000..0c447f53 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/VideoTune/meta/Makefile.am @@ -0,0 +1,3 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/meta/ + +install_DATA = plugin_videotune.xml -- cgit v1.2.3