diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-27 16:42:28 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-27 16:42:28 +0200 |
commit | 6445b9a0864a945d50e5ea4744f3bfa4ee8622dd (patch) | |
tree | 3b1759d7d98226656ee52bddab007e1c48847dc3 /HISTORY | |
parent | 110c64f56db10405446cafb17a1c18308fff0b96 (diff) | |
download | vdr-6445b9a0864a945d50e5ea4744f3bfa4ee8622dd.tar.gz vdr-6445b9a0864a945d50e5ea4744f3bfa4ee8622dd.tar.bz2 |
Implemented SVDRP command for plugins
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3736,3 +3736,8 @@ Video Disk Recorder Revision History as delimiter (thanks to Marco Schlüßler). - Moved cMenuEditTimer and cMenuEvent to menu.h so that plugins can use it (suggested by Thomas Günther). +- The new static function cString::sprintf() can be used to easily create a formatted + string. +- Plugins can now implement their own SVDRP commands (based on a patch from Hardy + Flor). See PLUGINS.html, section "SVDRP commands" for details. The SVDRP commands + of a plugin are accessed through the new SVDRP command PLUG. |