I have a custom keymap that tries to map play.hold to invoke KDF's SongScanner plugin. I think this used to work a while back, but doesn't seem to any more:
[playlist] play.hold = modefunction_PLUGIN.SongScanner::Plugin->jumptomenu I have deleted SavePlaylist SqueezeCenter plugin from Server\Slim\Plugins\, just in case this is a problem, as that plugin tries to register play.hold to invoke the save playlist action. However, still nothing happens. In fact, in SoftSqueeze it seems to cause all future key events to be ignored. Looking in the log with player.ir logging set to info, I see the following: [23:39:20.8167] Slim::Hardware::IR::lookupFunction (488) Found function: modefunction_PLUGIN.SongScanner::Plugin->jumptomenu for button play.hold in mode playlist from map P:\Music\SlimServer\trunk\server\IR\Custom.map [23:39:20.8171] Slim::Hardware::IR::processCode (1022) irCode: modefunction_PLUGIN.SongScanner::Plugin->jumptomenu, c0:1b:c1:a2:02:8d [23:39:20.8185] Slim::Hardware::IR::lookupFunction (517) irCode not defined: [modefunction_PLUGIN.SongScanner::Plugin->jumptomenu] for map: [P:\Music\SlimServer\trunk\server\IR\Custom.map] and mode: [playlist] [23:39:20.8188] Slim::Hardware::IR::executeButton (970) Trying to execute button [modefunction_PLUGIN.SongScanner::Plugin->jumptomenu] for irCode: [modefunction_PLUGIN.SongScanner::Plugin->jumptomenu] [23:39:20.8194] Slim::Hardware::IR::executeButton (1001) Executing button [modefunction_PLUGIN.SongScanner::Plugin->jumptomenu] for irCode: [modefunction_PLUGIN.SongScanner::Plugin->jumptomenu] [23:39:20.8198] Slim::Hardware::IR::lookup (446) Found button play for 768910ef [23:39:20.8208] Slim::Hardware::IR::lookupFunction (517) irCode not defined: [play.repeat] for map: [P:\Music\SlimServer\trunk\server\IR\Custom.map] and mode: [playlist] [23:39:20.8212] Slim::Hardware::IR::repeatCode (876) irCode = [undef] timer = [6.985] timediff = [0.0940000000000003] last = [modefunction_PLUGIN.SongScanner::Plugin->jumptomenu] [23:39:20.9075] Slim::Hardware::IR::lookupCodeBytes (411) 768910ef -> code: play [23:39:20.9079] Slim::Hardware::IR::processIR (664) 768910ef 7.078 1198021160.90773 [23:39:20.9082] Slim::Hardware::IR::lookup (446) Found button play for 768910ef [23:39:20.9092] Slim::Hardware::IR::lookupFunction (517) irCode not defined: [play.repeat] for map: [P:\Music\SlimServer\trunk\server\IR\Custom.map] and mode: [playlist] [23:39:20.9095] Slim::Hardware::IR::repeatCode (876) irCode = [undef] timer = [7.078] timediff = [0.093] last = [modefunction_PLUGIN.SongScanner::Plugin->jumptomenu] Phil _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
