index
:
poezio
ci-test
keepalive-log
main
new-tabs
no-resource
pubsub
roezio
self-ping
slix
slots_test
test-ci
v0.12-fixes
v0.8-fixes
xdg-desktop-portal
console XMPP client in python3
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
mpd_client.py
Age
Commit message (
Expand
)
Author
2019-07-19
plugins: Make all changed plugins work in 1:1 tabs
Maxime “pep” Buquet
2018-08-15
Make pylint happy on plugins
mathieui
2018-08-15
yapf -rip on plugins
mathieui
2016-08-21
Don’t call input completion() functions inside completion methods
mathieui
2016-06-28
Make plugins import from the absolute poezio package.
Emmanuel Gil Peyrot
2014-03-27
Remove useless "installation" parts from the plugin documentations
mathieui
2013-04-13
Move the plugins documentation
mathieui
2013-03-31
Remove the thread from the mpd_client
mathieui
2013-03-17
Add a timeout in the select() in mpd_client
mathieui
2013-03-11
Send the tune only if ther is a change from the previous state
mathieui
2013-03-11
Stop broadcasting a tune if we are not playing (#1840)
mathieui
2013-03-11
Implement user-tune publishing in the mpd plugin (#1840)
mathieui
2013-03-08
Update the plugins to use the PluginAPI
mathieui
2013-03-01
Fix #2231 (update the plugins to use the new help system)
mathieui
2012-07-07
Prevent tracebacks in the mpd_client plugin
mathieui
2012-05-05
Use add_tab_command in the mpd client plugin
mathieui
2011-11-14
Fix mpd plugin (the colors)
Florent Le Coz
2011-11-07
Typo
mathieui
2011-11-06
Actually use the port option for the port…
Florent Le Coz
2011-11-06
do not catch errors, actually, since there’s a bug in the mpd lib with pyth...
Florent Le Coz
2011-11-06
typo
Florent Le Coz
2011-11-06
mpd plugins now accepts a password and catches some errors.
Florent Le Coz
2011-11-06
add a mpd plugin
Florent Le Coz