-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
51 lines (32 loc) · 1.71 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Mario Aistleitner <[email protected]>
Martin Dummer <[email protected]>
Project's homepage: http://vdr.aistleitner.info
https://github.com/madmartin/vdr-clock
Latest version available at: https://github.com/madmartin/vdr-clock
Copying (for details see the file COPYING):
Clock Plugin for VDR. See http://vdr.aistleitner.info for download.
Copyright (C) 2007 Mario Aistleitner <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Description:
My Humax Receiver has a Clock Function that I enjoy very much.
So I decided to write a Plugin for VDR which allows me to see
a small clock in the Top right corner.
The Idea is to set a unused key from your remote control
(for example the key User1) to show the clock.
This can easily be done by adding the following line to
your keymacros.conf
User1 @clock
The clock will be disabled as soon as you press any other button.
Otherwise there would be a mess in the OSD.
New feature: "Always show clock"