philippe_44 wrote: 
> Good, so per my previous message, I have a PR ready for
> 
> - duet (model:receiver) => balance
> - controller (model:controller) => balance
> - touch (model:fab4) => balance
> - radio (model:baby) => balance (works with headsets)
> - other squeezeplay : if capabilities include "Balance=1" => balance
> 
> [edit]: One thing I'm not sure of is if there is a way to detect that
> the headset is plugged on a Radio. That would allow me to hide balance
> in the UI and not set gainL/R for volume when it is not connected, but
> I've not been able to easily find out if this is possible.

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);
  }
  
--------------------



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=114010

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

Reply via email to