From ea26373a78c3b33a5f899e2190b5d32ae078d84c Mon Sep 17 00:00:00 2001 From: ncoop Date: Wed, 28 Dec 2016 01:36:48 -0800 Subject: [PATCH] Documented a possible bug with mpd. --- i3pystatus/mpd.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3pystatus/mpd.py b/i3pystatus/mpd.py index e4e03cc..ab4809c 100644 --- a/i3pystatus/mpd.py +++ b/i3pystatus/mpd.py @@ -51,6 +51,9 @@ be found at https://www.musicpd.org/doc/protocol/command_reference.html on_upscroll=["mpd_command", "seekcur -10"], on_downscroll=["mpd_command", "seekcur +10"]) + Note that ``next_song`` and ``previous_song``, and their ``mpd_command`` \ +equivalents, are ignored while mpd is stopped. + """ interval = 1