NeilF;237672 Wrote:
> NICE! That seems to work perfectly apart from two things:-
>
> 1) In 'Now Playing' when holding play I get save playlist? And yet all
> (four) play.hold's are defined as 'play.hold =
> modefunction_PLUGIN.Scanner->jumptoscanner'? Wassup?/QUOTE]
>
> I mentioned this one before. play.hold function is in use elsewhere.
> It is not in the map file. It's created by the SavePlaylist plugin when
> it starts up, so that the mapping doesn't exist if you choose to disable
> that feature. It allows you to use it elsewhere, but not in conjunction
> with the SavePlaylist plugin. Disable that plugin and you should be
> fine (might require a restart, mind)
>
> > NeilF;237672 Wrote:
> >
> > 2) When in your plugin I recon the 'play' behaviour should work as
> > before. You press PLAY and that takes you to that point, but leaves you
> > in the plugin. Only when you press LEFT or RIGHT does it take you out of
> > the plugin, back to where you were before :)> >
>
> You can edit the plugin to suit your needs. You just need to add:
> >
Code:
--------------------
> >
> if ($jumptomode) {
> Slim::Buttons::Common::popMode($client);
> $jumptomode = 0;
> }
>
--------------------
> >
>
> you can paste that into either the 'left' or 'right' blocks as you
> see fit. Scanner.pm is a text file so wordpad is all you need. Save
> it, restart the server and you are good to go. Another place would be
> to paste it before line 74 in the scannerExitHandler function and it
> would act on left or right automatically.
>
> -kdf
--
kdf
------------------------------------------------------------------------
kdf's Profile: http://forums.slimdevices.com/member.php?userid=7
View this thread: http://forums.slimdevices.com/showthread.php?t=39114
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins