From 393b71268991b320406f1fd38bb5cf04663a7ae8 Mon Sep 17 00:00:00 2001 From: Midas Date: Thu, 21 Jul 2011 07:40:35 +0200 Subject: Support of keymacros.conf and several other new features. Internationalization. Repaired COPYING. Bugfixes. Debian directory. --- README | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 59 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 8fd61df..b424b83 100644 --- a/README +++ b/README @@ -1,13 +1,68 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Written by: Thomas Koch - -Project's homepage: http://www.linvdr.org/projects/sleeptimer/ +Originally written by: Thomas Koch +Development since 0.8: Michael Schneider gmx de> +Old project's homepage: http://www.linvdr.org/projects/sleeptimer/ +New homepage: http://projects.vdr-developer.org/projects/plg-sleeptimer Latest version available at: Project's homepage See the file COPYING for license information. -Description: +******************************* +*** Command Line Parameters *** +******************************* use -e parameter to redefine the command for shutdown. By default /sbin/poweroff is called + + +******************** +*** Plugin Setup *** +******************** + +Default Timespan [min]: +-defines the default timespan till shutdown, which is shown in the plugins main menu entry + +Action: +-Shutdown represents the command to be executed on sleeptimer timeout (default: /sbin/poweroff) + overridden by command line parameter -e (see above) +-Mute does not execute any command, but mutes audio if not already muted + +Use Autoswitch with default: +-Integrates the default timespan in the predefined values and makes the Autoswitch function + start with this value. + +Confirm: +-makes the Autoswitch function offer the predefined timespans but does not activate + the sleeptimer unless the user explicitly confirms by pressing Ok. + + +***************** +*** Main Menu *** +***************** + +Not Active / Disable sleeptimer: +-Allows disabling of an active sleeptimer. If there is no active sleeptimer 'Not Active' is + displayed. + +Shutdown [min]: +-Denotes the timespan for a sleeptimer in minutes. Values < 2 minutes are not allowed. + Activation by Ok. + +Shutdown (time): +-Denotes the time for a sleeptimer. Values < 2 minutes are not allowd. Activation by Ok. + +Red / Autoswitch (inspired by an idea / feature request by grindo): +-Switches through a set of predefined values (min). Especially convenient in combination with + the use of keymacros. Just add for example + User7 @sleeptimer Red + in vdr's keymacros.conf file and make sure User7 is mapped in remote.conf. This makes the + user switch through the predefined values by just pressing one key and without hassling with + vdr's main menu. By default the predefined values are: + Disabling, 15, 30, 45, 60, 90, 120, 180 + In combination with 'Use default for Autoswitch' the 'Default Timespan' value will be + integrated in this sequence and calling the autoswitch function will start with this + value. + +Green / Disable: +-Disables an active sleeptimer. -- cgit v1.2.3