DucNg / fip-player

FIP client with metadata
Do What The F*ck You Want To Public License
5 stars 3 forks source link

Simple implementation of mute and unmute #10

Closed slashformotion closed 1 year ago

slashformotion commented 1 year ago

Add a simple shortcut to mute and unmute the player using the "m" key (similar to mpv)

DucNg commented 1 year ago

Nice thanks a lot for your contribution!

Just tested, it works well! Just a little suggestion, could you add a status message showing the mute status?

You can use m.list.NewStatusMessage(). Something similar was done for the volume: https://github.com/DucNg/fip-player/pull/8

slashformotion commented 1 year ago

Nice thanks a lot for your contribution!

Just tested, it works well! Just a little suggestion, could you add a status message showing the mute status?

You can use m.list.NewStatusMessage(). Something similar was done for the volume: #8

done