diff options
| author | Timo Eskola <timo@tolleri.net> | 2015-09-08 13:36:52 +0300 |
|---|---|---|
| committer | Timo Eskola <timo@tolleri.net> | 2015-09-08 13:36:52 +0300 |
| commit | 3b7c791cb471347b5fefb2c303c954c777d849ae (patch) | |
| tree | 798dc952a49398a43307c3d5d161c9be11556aa7 /README | |
| download | vdr-plugin-useractivity-3b7c791cb471347b5fefb2c303c954c777d849ae.tar.gz vdr-plugin-useractivity-3b7c791cb471347b5fefb2c303c954c777d849ae.tar.bz2 | |
Version 0.0.1:
- Initial revision.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,32 @@ +This is a "plugin" for the Video Disk Recorder (VDR). + +Written by: Timo Eskola <timo@tolleri.net> + +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 <minutes> + 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. |
