Hi Phil,

When using your plugin it is no longer possible to press and hold the
PLAY key in order to save the songs of the now playing screen to a
playlist. This is a standard function of the built in save playlist
plugin and should be retained even if using your plugin.

I looked into your plugin and changed 

our %mapping = ('add.hold' => 'addmenu');

to

our %mapping = (
'add.hold' => 'addmenu',
'play.hold' => 'save',
);

With this amendment the original function of press and hold the PLAY
key is maintained. But I am not familiar with writing plugins and would
appreciate if you could check if there are additional amendments
necessary.

Dieter


-- 
dip
------------------------------------------------------------------------
dip's Profile: http://forums.slimdevices.com/member.php?userid=902
View this thread: http://forums.slimdevices.com/showthread.php?t=20058

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to