dweymouth / supersonic

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

Add a dialog or notification when a download is complete? #202

Closed natilou closed 1 year ago

natilou commented 1 year ago

I was wondering if, for now, until the download manager is implemented, it would be nice to report the download finished with a new dialog or notification, both are supported by Fyne.

dweymouth commented 1 year ago

Sounds good. I think you'll have to add a downloadName parameter to the controller's downloadTracks method (which would be the album, artist, or playlist name), so the dialog can show which download finished, since the user could start up multiple downloads.

natilou commented 1 year ago

Great, I'll finish up the notifications implementation today!