Aesculus wrote: > Did you try this with the volume in the player fixed at 100%? For me > muting works as described with the regular setting but I get no response > when the volume is fixed at 100%
Yes. Also recall I'm hijacking a bit here and discussing my plugin, in hopes that my experience w/ iPeng will help you all better support iPeng users with your plugin. (My plugin actually refuses to take any action unless the Squeezebox player volume is fixed at 100%.) The problem, it turns out, is that this is what would happen: * I use the iPeng slider to set the volume to 71/100. My plugin sends a command to the AVR like MV58 and all is well. * I double-tap the iPeng slider to mute. My plugin saw Squeezebox volume change to -71/100, treats that like 0/100, sends a command to the AVR like MV99 and all is well. * My plugin polls the AVR (sends MV?), gets a response of MV99, knows that means SB volume 0/100, so it updates the SB player volume pref to 0. (My plugin can be set to poll the AVR so that LMS sees changes made with the amp knob or other Denon interactions.) * iPeng sees the SB volume pref has changed from -71 to 0 and moves the slider handle to 0. In my upcoming release, when my code sees the AVR volume at 0 and a negative SB volume pref, it leaves the SB volume pref alone. With this change, iPeng 9 can toggle AVR muting. owner of the stuff at https://tuxreborn.netlify.app/ (which used to reside at www.tux.org/~peterw/) Note: The best way to reach me is email or PM, as I don't spend much time on the forums. *Free plugins:* AllQuiet Auto Dim/AutoDisplay BlankSaver ContextMenu DenonSerial FuzzyTime KidsPlay KitchenTimer PlayLog PowerCenter/BottleRocket SaverSwitcher SettingsManager 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=60114 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
