Sleeptimer-plugin

From VDR Wiki
Revision as of 08:04, 14 March 2006 by 84.186.39.250 (talk) (→‎Links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Screenshot

The sleeptimer plugin executes commands after a user defined time

Hardware requirements

Software requirements

Installation

See plugin installation

Configuration

A simple example for poweroff. First the script

/usr/local/bin/sleeptimer.sh

is created with the following content

#!/bin/sh
#
# simple poweroff command, sleeptimer plugin

at now <<EOM
svdrpsend.pl HITK Power
EOM

Parameter

Parameter (short) Parameter (long) Description
-e CMD shutdown command (default: /sbin/poweroff)

Problems

Links

[1] http://linvdr.org/download/vdr-sleeptimer Plugin homepage