vdr/PLUGINS/src/skincurses/README

29 lines
940 B
Plaintext
Raw Normal View History

2004-05-31 14:14:33 +02:00
This is a "plugin" for the Video Disk Recorder (VDR).
2013-03-11 11:25:01 +01:00
Written by: Klaus Schmidinger <vdr@tvdr.de>
2004-05-31 14:14:33 +02:00
Project's homepage: http://www.tvdr.de
2004-05-31 14:14:33 +02:00
Latest version available at: http://www.tvdr.de
2004-05-31 14:14:33 +02:00
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
See the file COPYING for more information.
2004-05-31 14:14:33 +02:00
Description:
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.