I've created a SqueezeCenter patch to fix an issue with Slim::Hardware::IR::addModeDefaultMapping, where only the first plugin to override any key mappings for a menu mode would work.
As part of that patch, I log warnings if key mappings are attempted and would be ignored because some plugin has already registered an action. I have noticed that every time I go into power-off mode, the WeatherTime plugin attempts to register arrow_down and arrow_up key mappings. There is only a need to register the keys once, eg when the plugin is initialised, rather than every time the plugin is invoked as a screensaver. [23:03:10.0195] Slim::Hardware::IR::addModeDefaultMapping (260) ignoring arrow_down => down [23:03:10.0199] Slim::Hardware::IR::addModeDefaultMapping (260) ignoring arrow_up => up Phil _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
