eworm-de / mpd-notification

Notify about tracks played by mpd
GNU General Public License v3.0
86 stars 23 forks source link

Fix incorrect cover art #21

Closed nvllsvm closed 6 years ago

nvllsvm commented 6 years ago

Resolves https://github.com/eworm-de/mpd-notification/issues/19.

eworm-de commented 6 years ago

Clearing the hint has some side effects, for example it clears urgency and category we set before. I added a first notification without icon in db63b70b5dd04179aabf5119f0d8fc1d51a0edad. Usually this is updated instantly and never seen by the user.

My behaviour regarding when to show the artwork was intended, I did not want to show artwork without track information. However I like the idea to show info for paused state, so changed that in 2885c76fbfc2d2b59994b969761cad8940a0a2f7.

Does this solve all your issues?

nvllsvm commented 6 years ago

All is working and solves my issues. Thanks.