Hi list,
The proxy-plugin is released in version 0.1.1, fixing some smaller bugs and getting up to date with VDR development.
Get it while its hot:
http://urichter.cjb.net/vdr/?h=proxy (german) http://urichter.cjb.net/vdr/?h=proxy&l=en (english)
Changes: New: Support proxifying Service() interface of VDR 1.3.30 New: Support proxifying SVDRPCommand() interface of VDR 1.3.31 Fix: Compile on VDR 1.3.32+ Fix: Support plugin load scheme for vdr --help and --version New: Command line help for vdr --help Fix: Compile error on newer GCC versions Fix: Lots of memory leaks, causing errors on newer glibc
Summary about proxy: The proxy plugin acts as a wrapper that encapsulates a VDR plugin and passes through all interfaces. To make this actually useful, the proxy plugin can modify the behavior of plugins, like changing the menu entry, group several plugins in one sub menu and load/unload plugins while VDR is running.
Cheers,
Udo