![]() |
[IDEA] Volume control on mobile devices - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: [IDEA] Volume control on mobile devices (/showthread.php?tid=1678) Pages:
1
2
|
RE: Volume control on mobile devices - Tim Curtis - 08-31-2019 (08-31-2019, 12:24 AM)swizzle Wrote:(08-30-2019, 08:54 PM)JST1963 Wrote:(08-30-2019, 08:21 PM)swizzle Wrote: If volume control is disabled how do you expect moode to attenuate it? Ah, I had forgotten that when MPD volume is set to disabled, MPD rejects all volume commands. It's not possible to set the volume to 0 to effectively mute MPD volume. Case closed. RE: Volume control on mobile devices - TookaFace - 08-31-2019 Could it be possible to disable the output for mute the volume in that case ? RE: Volume control on mobile devices - JST1963 - 08-31-2019 (08-31-2019, 01:11 AM)Tim Curtis Wrote: Case closed. Hmmm..how about disabling the currently playing outplut using an mpc command… Code: mpc disable output 1 It has the same effect as muting an output.... Edit: TookaFace was ahead of me :-) RE: Volume control on mobile devices - TookaFace - 08-31-2019 ![]() I tried, if MPD has 0 enabled output, then title is paused. But you could add a null output who is constantly enabled, so even if you disable the currently output, title will not pause i think. Code: audio_output { EDIT: Yes that work. RE: Volume control on mobile devices - JST1963 - 08-31-2019 Not when you use the client commands (MPC). When I engage MPC DISABLE OUTPUT 1 the songs keeps playing, just no sound on that output. RE: Volume control on mobile devices - TookaFace - 08-31-2019 Maybe you have http stream output enabled ? You can check your outputs with mpc outputs. In my case, if i have only 1 output enabled, and i disable it using mpc command, title is paused. RE: Volume control on mobile devices - JST1963 - 08-31-2019 Correct. Streaming was also on. When I disabled the streaming (so only one output active) and then disabled output 1 (default), the song stopped indeed....sob... RE: Volume control on mobile devices - TookaFace - 08-31-2019 The null output trick work, but i don't know if it has potential negative effect. RE: Volume control on mobile devices - Tim Curtis - 08-31-2019 I'm still not convinced that implementing mute for 0dB is better than just tapping pause. Mute requires two taps, one to open the volume popup and then a second to mute the output. Pause only requires one tap. |