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


Messages In This Thread
UPNP volume setting - by headburger - 04-11-2018, 08:13 AM
RE: UPNP volume setting - by Tim Curtis - 04-11-2018, 12:40 PM
RE: UPNP volume setting - by headburger - 04-11-2018, 01:57 PM
RE: UPNP volume setting - by headburger - 07-21-2018, 08:02 PM
RE: UPNP volume setting - by Tim Curtis - 04-11-2018, 02:54 PM
RE: UPNP volume setting - by headburger - 04-11-2018, 05:54 PM
RE: UPNP volume setting - by Tim Curtis - 04-11-2018, 06:30 PM
RE: UPNP volume setting - by headburger - 04-11-2018, 09:40 PM
RE: UPNP volume setting - by Tim Curtis - 07-21-2018, 08:14 PM
RE: UPNP volume setting - by headburger - 05-04-2019, 08:41 PM
RE: UPNP volume setting - by Tim Curtis - 05-05-2019, 12:09 AM
RE: UPNP volume setting - by headburger - 05-05-2019, 11:59 AM

Forum Jump: