diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-06 12:53:28 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-06 12:53:28 +0100 |
commit | 700b88bc4db79b94fb6bc4f457f72d870cab9520 (patch) | |
tree | fa983ce09b93828457fa1a97a78003df49c92117 /HISTORY | |
parent | c0f1fc817ea9e3bbe64b4a9ebbff5ba13c0dd3c9 (diff) | |
download | vdr-700b88bc4db79b94fb6bc4f457f72d870cab9520.tar.gz vdr-700b88bc4db79b94fb6bc4f457f72d870cab9520.tar.bz2 |
Implemented the "Info" key
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |