vdr/PLUGINS/src/skincurses
Klaus Schmidinger 2aa6df4b7c Added --remove-destination to the 'cp' command for binaries in the Makefiles of the plugins 2006-09-10 14:10:51 +02:00
..
COPYING Updated the GPL copies 2006-04-21 14:53:26 +02:00
HISTORY When the 'skincurses' plugin is loaded, it automatically sets the 'curses' skin as the current one 2006-06-03 14:46:36 +02:00
Makefile Added --remove-destination to the 'cp' command for binaries in the Makefiles of the plugins 2006-09-10 14:10:51 +02:00
README Added a note about using this skin to the README file 2005-10-01 12:20:25 +02:00
skincurses.c When the 'skincurses' plugin is loaded, it automatically sets the 'curses' skin as the current one 2006-06-03 14:46:36 +02:00

README

This is a "plugin" for the Video Disk Recorder (VDR).

Written by:                  Klaus Schmidinger <kls@cadsoft.de>

Project's homepage:          www.cadsoft.de/vdr

Latest version available at: www.cadsoft.de/vdr

See the file COPYING for license information.

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.