summaryrefslogtreecommitdiff
path: root/PLUGINS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-01 12:20:25 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-01 12:20:25 +0200
commit3f0678244fc81b27e6f1374bfdda5de68839cbff (patch)
tree216874442623ba662d78d529a53719867093b6cf /PLUGINS
parentf3c99e697fe0dc078f7ce77814bfc871954cd2e4 (diff)
downloadvdr-3f0678244fc81b27e6f1374bfdda5de68839cbff.tar.gz
vdr-3f0678244fc81b27e6f1374bfdda5de68839cbff.tar.bz2
Added a note about using this skin to the README file
Diffstat (limited to 'PLUGINS')
-rw-r--r--PLUGINS/src/skincurses/HISTORY4
-rw-r--r--PLUGINS/src/skincurses/README8
2 files changed, 12 insertions, 0 deletions
diff --git a/PLUGINS/src/skincurses/HISTORY b/PLUGINS/src/skincurses/HISTORY
index 33119f4a..3af01cca 100644
--- a/PLUGINS/src/skincurses/HISTORY
+++ b/PLUGINS/src/skincurses/HISTORY
@@ -17,3 +17,7 @@ VDR Plugin 'skincurses' Revision History
2005-05-16: Version 0.0.4
- New "recording info" display.
+
+2005-10-01:
+
+- Added a note about using this skin to the README file.
diff --git a/PLUGINS/src/skincurses/README b/PLUGINS/src/skincurses/README
index 7e82b22c..ff82b0e7 100644
--- a/PLUGINS/src/skincurses/README
+++ b/PLUGINS/src/skincurses/README
@@ -14,3 +14,11 @@ The 'skincurses' plugin implements a VDR skin that works in a
shell window, using only plain text output. It re-implements
what used to be available by compiling VDR versions before 1.3.7
with the DEBUG_OSD macro set.
+
+To activate this skin you can either select it in the Setup/OSD
+menu, or put the line
+
+OSDSkin = curses
+
+into your 'setup.conf' file before starting VDR. Make sure this
+is the only OSDSkin line in that file.