You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at this issue but there are several problems.
The MediaPlayback API is not easily accessible from a simple desktop app
It is intended for your own playback to be controlled and not to control other apps
WinMute could fake the hardware button for PLAY/PAUSE found on most keyboards, but it's not possible to send this key when the PC is locked. Also it's not possible to get the playback status beforehand, so if your media player is paused, it could result in playback being started when a mute condition triggers.
Because of all that, I have to close this issue with "can't fix" for now. Sorry :|
Not sure if this would be possible, but could you maybe implement an option to turn on, that instead of mute any audio source will be stopped?
Windows has global hotkey for media play/pause I think, at least you can do this with AutoHotkey with "^!Down::Send {Media_Stop}"
The text was updated successfully, but these errors were encountered: