Moode Forum
"Mute" UI bug. - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: "Mute" UI bug. (/showthread.php?tid=6379)



"Mute" UI bug. - the_bertrum - 04-04-2024

Minor little issue on the UI.
  1. Mute by tapping the centre of the volume circle on the UI.  Sound is muted.
  2. Adjust the volume via a rotary encoder. Sound returns, but UI still says "mute".
  3. Tap "mute" on the UI.  UI shows volume value once more, sound remains unmuted.



RE: "Mute" UI bug. - Tim Curtis - 04-04-2024

(04-04-2024, 09:36 AM)the_bertrum Wrote: Minor little issue on the UI.
  1. Mute by tapping the centre of the volume circle on the UI.  Sound is muted.
  2. Adjust the volume via a rotary encoder. Sound returns, but UI still says "mute".
  3. Tap "mute" on the UI.  UI shows volume value once more, sound remains unmuted.

Right. If volume is changed via external program for example vol.sh, rotary encoder driver or the set_volume REST command the mute state isn't cleared. 

I'll add to the TODO list to investigate.


RE: "Mute" UI bug. - Nutul - 04-04-2024

(04-04-2024, 10:50 AM)Tim Curtis Wrote:
(04-04-2024, 09:36 AM)the_bertrum Wrote: Minor little issue on the UI.
  1. Mute by tapping the centre of the volume circle on the UI.  Sound is muted.
  2. Adjust the volume via a rotary encoder. Sound returns, but UI still says "mute".
  3. Tap "mute" on the UI.  UI shows volume value once more, sound remains unmuted.

Right. If volume is changed via external program for example vol.sh, rotary encoder driver or the set_volume REST command the mute state isn't cleared. 

I'll add to the TODO list to investigate.

BTW,

I don't remember if I've already tried this, but if the volume is set to 0dB, I think mute by tapping the volume wheel does not work.
Now, I don't know how the volume works in the fixed 0dB mode, but IMHO it should still allow for mute/unmute.
(Despite I prefer pause to mute, still...)


RE: "Mute" UI bug. - Tim Curtis - 04-04-2024

I don't think its possible to do mute/unmute for Fixed 0dB because IIRC MPD ignores volume commands when mixer_type is "none" (Fixed 0dB) and the mute function in moode simply sets volume to 0 (muted) or its prior value (unmuted).


RE: "Mute" UI bug. - Nutul - 04-04-2024

(04-04-2024, 03:47 PM)Tim Curtis Wrote: I don't think its possible to do mute/unmute for Fixed 0dB because IIRC MPD ignores volume commands when mixer_type is "none" (Fixed 0dB) and the mute function in moode simply sets volume to 0 (muted) or its prior value (unmuted).

Yep, makes sense...