diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 63 |
1 files changed, 59 insertions, 4 deletions
@@ -1,13 +1,68 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Written by: Thomas Koch <tom@linvdr.org> - -Project's homepage: http://www.linvdr.org/projects/sleeptimer/ +Originally written by: Thomas Koch <tom@linvdr.org> +Development since 0.8: Michael Schneider <vdrportal_midas <at> gmx <dot> 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. |