Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a volume change should unmute #684

Open
lugdunum-1964 opened this issue Oct 6, 2024 · 2 comments
Open

a volume change should unmute #684

lugdunum-1964 opened this issue Oct 6, 2024 · 2 comments

Comments

@lugdunum-1964
Copy link

Normally on audio devices turning the volume up or down will switch mute off. Moode doesn't handle it this way. Currently, when one has used vol.sh -mute a consequent vol.sh -up/-dn will have no effect until another vol.sh -mute is sent.

adding:

VOLMUTE=0
sqlite3 $SQLDB "UPDATE cfg_system SET value='0' WHERE param='volmute'"

after line 115 should change this to a more intuitive behaviour.

--
regards, Lyon

@moodeaudio
Copy link
Contributor

I'll test later today, thx.

@moodeaudio
Copy link
Contributor

Here's the commit
638ac80c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants