summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-06 12:53:28 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-06 12:53:28 +0100
commit700b88bc4db79b94fb6bc4f457f72d870cab9520 (patch)
treefa983ce09b93828457fa1a97a78003df49c92117 /HISTORY
parentc0f1fc817ea9e3bbe64b4a9ebbff5ba13c0dd3c9 (diff)
downloadvdr-700b88bc4db79b94fb6bc4f457f72d870cab9520.tar.gz
vdr-700b88bc4db79b94fb6bc4f457f72d870cab9520.tar.bz2
Implemented the "Info" key
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY9
1 files changed, 9 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 35c383b2..ec7f4db3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4104,3 +4104,12 @@ Video Disk Recorder Revision History
sort modes.
- The default cOsdObject::Show() now automatically calls cOsdMenu::Display() if
this is a menu.
+- The new "Info" key brings up information on the currently viewed programme
+ or recording. For a live programme this is the same as "Schedule/Ok", i.e. the
+ description of the current EPG event. For a recording this is the same as shown
+ by the "Info" button in the "Recordings" menu. Plugins that implement players
+ can overwrite their cControl::GetInfo() function to show their own info (see
+ PLUGINS.html for details). Pressing the "Info" key again while the info is
+ displayed will close the OSD. In order to assign this new key to an existing
+ remote control setup, the remote.conf file needs to be deleted and VDR has
+ to be restarted to go through the process of learning the remote control keys.