Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


UPNP volume setting
#11
It never got any priority on the TODO list to make it an option in the UI. Unfortunately it can't be enabled as a default because it can cause issues with updating the normal moOde/MPD volume when multiple clients are connected. It's strictly for UPnP-only environments

Here are the new settings

Code:
# DEFAULT
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_system SET value='7102' WHERE param='feat_bitmask'"

# ENABLE UPNP VOLUME SYNC
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_system SET value='8126' WHERE param='feat_bitmask'"

# QUERY THE VALUE
sqlite3 /var/local/www/db/moode-sqlite3.db "select value from cfg_system where param='feat_bitmask'"
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#12
Thanks Tim, that did the trick as always!

I can confirm that UPNP volume control and display now works perfectly in both directions under Moode 5.1 with those settings.
Reply


Forum Jump: