Same thing is happening in DynamicPlaylist.  There may be a workaround,
you should be able to provide a custom mapping that will override the
default mapping in the plugin.

You will need to find the directory where Default.map resides and add a
new .map file there (lets call it plugins.map),  In that file you can
put the following:

Code:
--------------------
    
  [PLUGIN.CustomBrowse.Choice]
  pause.* = dead
  pause.single = pause
  pause.hold = stop
  stop = stop
  search = globalsearch
  
  [PLUGIN.DynamicPlaylist.Choice]
  pause.* = dead
  pause.single = pause
  pause.hold = stop
  stop = stop
  search = globalsearch
  
--------------------


CustomScan doesn't seem to have an interface from the player, so nothing
to add for that one.


------------------------------------------------------------------------
Grotus's Profile: http://forums.slimdevices.com/member.php?userid=887
View this thread: http://forums.slimdevices.com/showthread.php?t=30908

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to