Sleeptimer-plugin

From VDR Wiki

Jump to: navigation, search

Contents

[edit] Description

Screenshot
Screenshot

The sleeptimer plugin executes commands after a user defined time

[edit] Hardware requirements

[edit] Software requirements

[edit] Installation

See plugin installation

[edit] 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

[edit] Parameter

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

[edit] Problems

[edit] Links

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