dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
670 stars 26 forks source link

Now playing notification should disappear after a few seconds #316

Open andresilva opened 5 months ago

andresilva commented 5 months ago

When a new song starts send a notifcation with band name, song name and using the album cover as icon. It should be possible to disable it as some people might find it annoying.

dweymouth commented 5 months ago

Will be in the next release, except the notification icon will currently be the Supersonic logo. Showing the album cover is blocked by https://github.com/fyne-io/fyne/issues/2935

andresilva commented 5 months ago

From what I've checked this is currently not possible with Fyne, but IMO the notification should probably have a timeout so that it disappears after a couple of seconds.

edit: Found an issue to add support for this https://github.com/fyne-io/fyne/issues/2365.

dweymouth commented 4 months ago

Reopening to track adding a timeout to the notification after it's supported by Fyne