Thank you for your donation!


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


Some volume level issues after interrupting Airplay session
#2
moOde maintains the MPD/knob volume level in a SQL table for maximum reliability. If MPD volume is changed external to moOde then the two will be different.

There is an undocumented feature called UPnP Volume Sync that will sync up the moOde knob to MPD volume. Run the cmd below to try it out.

Code:
# Default value
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'"

# Print 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
RE: Some volume level issues after interrupting Airplay session - by Tim Curtis - 05-31-2019, 06:34 PM

Forum Jump: