orontee / argos

Light weight front-end for Mopidy music server
GNU General Public License v3.0
24 stars 4 forks source link

Add track image to desktop notification #185

Closed orontee closed 1 month ago

orontee commented 1 month ago

Context

To extend user information when notified, the track image could be displayed in the notification (if the notification server implements display of images of course).

Relates to #2 .

Analysis

  1. Rework ImageDownloader to notify (in GLib terminology) of finished image downloads even when downloading a single image (current signal is for batch download of images).

  2. Send the desktop notification after the track image download is finished (with success or not).

  3. Set notification timeout (say 5s) now that they can be eye catching

orontee commented 1 month ago

image