alip / mpdcron

A ‘cron’ like program for mpd. It can execute scripts based on mpd’s idle events.
http://mpd.wikia.com/wiki/Client:MPDCRON
GNU General Public License v2.0
35 stars 8 forks source link

Quickly skipping through songs doesn't update notify-osd #9

Open Vinnl opened 13 years ago

Vinnl commented 13 years ago

Using the notification module, when I listen to a song it is displayed in a notification bubble. However, there is a set time before which the bubble won't disappear. If, before that time passes, I play another song, the notification for playing that song isn't shown until the one for the previous song has disappeared, whereas it should in fact update the notification bubble for the previous song.

(Note: this bug is the same as was present in the Panflute GNOME panel applet: https://bugs.launchpad.net/panflute/+bug/471499, so the error is not in notify-osd but in mpdcron.)

alip commented 13 years ago

mpdcron uses notify-send and doesn't have much control over the displayed notification. I'm considering switching back to libnotify, after which we can solve this issue.

Vinnl commented 13 years ago

That would be great :) (Sorry I only see this now, I'm not an active GitHub user...)