ceejay;267664 Wrote: 
> Just trying to set up a new Receiver and I notice that the subpages
> available in Player Settings for the Receiver includes the MusicInfoScr
> page ... is that right?  Other display-related subpages are deleted from
> the dropdown list.
> 

Nice catch. Slim/Web/Settings/Player/Menu.pm has this code which
apparently prevents SC7 for showing the "Menus" options for SBRs:


Code:
--------------------
    
  sub validFor {
  my $class = shift;
  my $client = shift;
  return !$client->display->isa('Slim::Display::NoDisplay');
  }
--------------------


<sigh> Another item to add to my SC7 todo list, perhaps, as I guess
FuzzyTime settings for an SBR don't make much sense.

-Peter


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver BottleRocket FuzzyTime SaverSwitcher SleepFade
StatusFirst SyncOptions VolumeLock
------------------------------------------------------------------------
peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=43303

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

Reply via email to