summaryrefslogtreecommitdiff
path: root/plugins/mpd_client.py
AgeCommit message (Collapse)Author
2012-07-07Prevent tracebacks in the mpd_client pluginmathieui
Do not traceback when: - The song has no album - the song has no title - the song has no artist - the playlist is empty - mpd is not playing
2012-05-05Use add_tab_command in the mpd client pluginmathieui
2011-11-14Fix mpd plugin (the colors)Florent Le Coz
2011-11-07Typomathieui
2011-11-06Actually use the port option for the port…Florent Le Coz
2011-11-06do not catch errors, actually, since there’s a bug in the mpd lib with ↵Florent Le Coz
python3 that makes it impossible to catch.
2011-11-06typoFlorent Le Coz
2011-11-06mpd plugins now accepts a password and catches some errors.Florent Le Coz
2011-11-06add a mpd pluginFlorent Le Coz