sakithb / media-controls

A media indicator for the Gnome shell.
MIT License
236 stars 36 forks source link

Bug: Media Controls still show after song finishes #21

Closed mutx closed 2 years ago

mutx commented 3 years ago

The controls don't disappear even after a song ends and no song is played after.

You might want to add a timer to make the controls disappear if a song finishes (isn't paused or stopped) and no song is played in the next 10 (or however many you want) seconds.

sakithb commented 3 years ago

The extension only disappears when the player disconnects from the DBus. What was the media player you were using? Could be something specific to the player.

mutx commented 3 years ago

I guess I should have made the title "feature request". I am suggesting that it should disappear while there isn't any music playing, or at least have an option to do so.

sakithb commented 2 years ago

Sorry for the late reply. The extension already disappears when no music is playing. I will add a button to manually hide the extension.

mutx commented 2 years ago

It does not for me. It may be an issue with Manjaro Gnome. However, a button would fix any possible issues in the future people may have due to their setups . Thanks!