Hi Louis,
I tried the plugin on vdr 1.7.41, but i don't get the OSD working (osd is blank). I run my vdr on Ubuntu, and I use xineliboutput. Could it be some libraries that i'm missing?
Regards,
René
On 13.03.2013 16:52 , Stefan Braun wrote:
Hi,
One additional technical remark: the skin uses intensively the eMenuCategory enumeration introduced in VDR 1.7.34 to determinate which menu has to be displayed and if this menu should be displayed narrowly or in default style.
So plugins like epgsearch or extrecmenu which replace VDR menus also have to set correct MenuCategories to be displayed correctly by the skin. In the newest versions of these plugins this is already implemented, so you should use always the latest git version of these plugins.
One remaining issue with older plugins which are not already adapted to this new behaviour is the following: in plugins with dedicated setup menus which inherit from cMenuSetupPage the menu category mcSetup is set by the constructor of VDRs cMenuSetupPage, but this category should only be used by the main setup menu from VDR (which is diplayed narrow by default in the skin). To solve this, in the constructors of these plugin menus a different menu category (for instance mcSetupPlugins) has to be set via a call to SetMenuCategory:
SetMenuCategory(mcSetupPlugins);
Cheers Louis
_______________________________________________ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr