UPNP volume setting - 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: UPNP volume setting (/showthread.php?tid=45) Pages:
1
2
|
UPNP volume setting - headburger - 04-11-2018 Quote:Quote:[from DiyAudio thread] Does UPNP volume link now work? I'd love to try this now having just upgraded to 4.1 - what is the sql setting and how do i change it? Thank you!! RE: UPNP volume setting - Tim Curtis - 04-11-2018 Hi, Give it a try. it may not always match exactly with moOde setting due the way moOde implements its own volume control to maintain perfect sync with other moOde instances. Code: Enable UPnP volume sync -Tim RE: UPNP volume setting - headburger - 04-11-2018 (04-11-2018, 12:40 PM)Tim Curtis Wrote: RE: UPNP volume setting - Tim Curtis - 04-11-2018 Did u reboot after making the sql update? RE: UPNP volume setting - headburger - 04-11-2018 (04-11-2018, 02:54 PM)Tim Curtis Wrote: Did u reboot after making the sql update? Yup, several times, made no difference... Do you need any more info? RE: UPNP volume setting - Tim Curtis - 04-11-2018 Hi, I'm able to repro this and it is due to "coder error" :-0 Bug will be fixed in next update. If you know some Linux SSH and nano editor then I can post the patch. -Tim RE: UPNP volume setting - headburger - 04-11-2018 Hi Tim I'm sure you have far more important things to do than devise a patch for this, so happy to wait for the next update! For anyone else wondering, UPnP volume control works fine, it is simply that moOde does not show the adjusted volume setting on the UI. RE: UPNP volume setting - headburger - 07-21-2018 (04-11-2018, 12:40 PM)Tim Curtis Wrote: Hi Tim I've just tested this now with 4.2 and can confirm it works as expected, thank you! RE: UPNP volume setting - Tim Curtis - 07-21-2018 I'm grilling burgers tonight :-) Thanks for confirming. I may add this as a setting on Customize. If you have applied the in-place r42 update then use the following values. Code: sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_system SET value='1470' WHERE param='feat_bitmask'" -Tim RE: UPNP volume setting - headburger - 05-04-2019 (07-21-2018, 08:14 PM)Tim Curtis Wrote: If you have applied the in-place r42 update then use the following values. Hi Tim Did you ever add this as either default or as an option on Customise? I've just upgraded to 5.1 and tried the above settings but probably as expected, don't work. New settings would be much appreciated! Thanks! |