Zombie wrote:
> Max volume aagain, regardless of the setting.
> So, when LMS restarts and connects to Boom it sets it on full volume,
> but not when reconnecting after being connected to mysb.com.
> Don't know if I will bother to downgrade to the previous version of LMS
> and check if it's a bug in 8.2.
If you're on Linux, go to /usr/share/perl5/Slim/Player and edit the file
Client.pm. Around line 822, you should find the volume method. Add the
line in red
Code:
--------------------
sub volume {
my ($client, $volume, $temp) = @_;
if (defined($volume)) {
logger('player.streaming')->error("VOLUME CHANGE $volume $temp");
if ($volume > $client->maxVolume) {
$volume = $client->maxVolume;
}
--------------------
And restart LMS. It will log all volume changes made by LMS, unless some
plugin bypasses the ancestor method.
LMS 8.2 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=114991
_______________________________________________
Boom mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/boom