ralphy wrote: 
> That's great.  To keep the jive based players consistant I won't include
> the Balance capability in the next community firmware release and let
> LMS handle it.
> 
> I noticed that the SB Classic in not in the list.  I just tested one of
> mine and balance works with it as well.  I don't have a transporter to
> confirm.
> 
> For anyone who has a transporter and is comfortable changing LMS source
> code.
> 
> This temporary change will enable Balance for ALL players, even if they
> don't support it.
> > 
Code:
--------------------
  >   > diff --git a/Slim/Web/Settings/Player/Audio.pm 
b/Slim/Web/Settings/Player/Audio.pm
  > index b8c8cc0a3..3a200b2a7 100644
  > --- a/Slim/Web/Settings/Player/Audio.pm
  > +++ b/Slim/Web/Settings/Player/Audio.pm
  > @@ -111,9 +111,9 @@ sub prefs {
  > push @prefs, 'outputChannels';
  > }
  > 
  > -       if ($client->hasBalance()) {
  > +#      if ($client->hasBalance()) {
  > push @prefs, 'balance';
  > -       }
  > +#      }
  > 
  > return ($prefs->client($client), @prefs);
  > }
  > 
--------------------
> > 

So it might be that the only ip3k for which it does not work is the Boom
then, right? I should make it a negative logic in that case



LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet,
1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,
Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3
------------------------------------------------------------------------
philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=114010

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

Reply via email to