kdf;237766 Wrote: 
> in your specific case, I'd recommend:
> 
> > 
Code:
--------------------
  >   > 
  > sub scannerExitHandler {
  >     my ($client,$exittype) = @_;
  >     $exittype = uc($exittype);
  >     
  >     if ($jumptomode) {
  >             Slim::Buttons::Common::popMode($client);
  >             $jumptomode = 0;
  >     } elsif ($exittype eq 'LEFT') {
  >             Slim::Buttons::Common::popModeRight($client);
  >             #Slim::Player::Source::gototime($client, $offset, 1);
  >     } elsif ($exittype eq 'RIGHT') {
  >                     Slim::Display::Animation::bumpRight($client);
  >     } else {
  >             return;
  >     }
  > }
  > 
--------------------
> > 
> 
> of course, for your needs, you can even get away with removing
> everything in scannerExitHandler aside from
> "Slim::Buttons::Common::popMode(shift)" as you sound like you plan to
> only ever use this in a way that has it exit on any left or right.
> 
> -kdf

Will try later on! Thanks for the time/help!!

Now, if ONLY the remote had dedicated buttons for FF & REW, and
Slimserver had less clunky FF & REW behaviour out of the box!


-- 
NeilF

shuttle sn45g, athlon 3200+, 512mb, xp pro (sp2), netgear dg834gt,
squeeze box 3
slimserver version: 6.5.4 - 12568 - windows xp - en - cp1252, perl
version: 5.8.8 mswin32-x86-multi-thread, mysql version:
5.0.22-community-nt
------------------------------------------------------------------------
NeilF's Profile: http://forums.slimdevices.com/member.php?userid=13059
View this thread: http://forums.slimdevices.com/showthread.php?t=39114

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

Reply via email to