05-05-2019, 12:09 AM
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
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'"