![]() |
[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
|
Volume control on mobile devices - JST1963 - 08-29-2019 Hi moOde fans, RE: Volume control on mobile devices - Norbert - 08-29-2019 => Today I was comparing the two interfaces with each other and I noticed that we don't have any volume control in moOde when using a mobile device. Wouldn't it be nice if we could control that as well on our phone? Ohh, what exactly is the problem? I do that several times every day. Load an app that controls mpd. There are dozens of them in the app stores. Regards Norbert RE: Volume control on mobile devices - swizzle - 08-30-2019 If volume control is disabled how do you expect moode to attenuate it? ![]() If you want moode to do volume control and your hardware doesn’t support it you can use software volume control and then you’ll get the speaker icon button which 1) pops up the “rotary dial” volume control when pressed, 2) shows an approximation of the current volume below the speaker icon (though that second part seems to have gotten broken at some point). RE: Volume control on mobile devices - JST1963 - 08-30-2019 Hi moOde fans, RE: Volume control on mobile devices - Tim Curtis - 08-30-2019 (08-30-2019, 08:21 PM)swizzle Wrote: If volume control is disabled how do you expect moode to attenuate it? Woah, it is broken :-0 I'll have a look see. RE: Volume control on mobile devices - Tim Curtis - 08-30-2019 Looks like at some point mvol-progress got changed to a class then back to an id. Playerlib.js still has it as a class. There are 3 occurrences that need to be changed to #mvol-progress. Fixed :-) RE: Volume control on mobile devices - Tim Curtis - 08-30-2019 (08-29-2019, 09:14 PM)JST1963 Wrote: When my Katana broke down a few days ago (repaired in the meantime) I was using my BlueSound Nodes again. The way it works currently is that if MPD volume is set to 0dB i.e "Disabled" then the volume button on mobile gets replaced with the "Random Album" button, but I can see a case for having mute when volume is set to 0dB, and thus the volume button would need to be back on mobile. I'll have to noodle it. RE: Volume control on mobile devices - swizzle - 08-31-2019 (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? When volume control is disabled then moode is outputting at full volume and you use your amp to control how loud you want things. To do what I think you want we’d have to switch to software volume control, mute the volume, then switch back once you unmuted. Which is possible, except mpd requires a restart between those steps. If pause has significant background noise with your amp then you could try software volume control, at 100% volume it’s probably more or less indistinguishable from having the volume disabled and it might give you some more flexibility. I could see a case for making mute easier to toggle on mobile if volume isn’t disabled but I don’t know know if it’d be a common enough use case where we’d want to make it a default button (you can toggle it already in the volume popup). If we ever do configurable buttons we can add it for sure and for now we can give you code to add it to your particular moode. RE: Volume control on mobile devices - JST1963 - 08-31-2019 Hi moOde fans, RE: Volume control on mobile devices - JST1963 - 08-31-2019 Hi moOde fans, |