From 3b7c791cb471347b5fefb2c303c954c777d849ae Mon Sep 17 00:00:00 2001 From: Timo Eskola Date: Tue, 8 Sep 2015 13:36:52 +0300 Subject: Version 0.0.1: - Initial revision. --- README | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..35ea29d --- /dev/null +++ b/README @@ -0,0 +1,32 @@ +This is a "plugin" for the Video Disk Recorder (VDR). + +Written by: Timo Eskola + +Project's homepage: http://www.tolleri.net/vdr + +Latest version available at: http://www.tolleri.net/vdr + +See the file COPYING for license information. + +Description: + +Plugin prevents shutdown if there are active X or terminal users. + +Plugin also implements the followin SVDRP commands. + +GETI + Display minimum user inactivity in minutes. +LSTU + Display a list of users. +SETI + Sets minimum user inactivity in minutes. + +Requirements: + +- utmp +- X11 Screen Saver extension (optional) + +Xauthority: + +Depending on the way you start VDR, you might need to setup Xauthority +in order to get idle the time from X window. -- cgit v1.2.3