summaryrefslogtreecommitdiff
path: root/doc/en/plugins/mpd_client.txt
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-04-08 18:52:35 +0200
committermathieui <mathieui@mathieui.net>2013-04-08 18:52:35 +0200
commitbd8d38d711e15d42ac8e797723af5242e4c3f4fb (patch)
treed3ea6da641be1c7e67a3123071cb816933436502 /doc/en/plugins/mpd_client.txt
parente5f219d43edbb4b05c8890f81f2f93b90e215a10 (diff)
downloadpoezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.gz
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.bz2
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.xz
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.zip
Beginning of the migration to reST documentation
Diffstat (limited to 'doc/en/plugins/mpd_client.txt')
-rw-r--r--doc/en/plugins/mpd_client.txt55
1 files changed, 0 insertions, 55 deletions
diff --git a/doc/en/plugins/mpd_client.txt b/doc/en/plugins/mpd_client.txt
deleted file mode 100644
index c657e314..00000000
--- a/doc/en/plugins/mpd_client.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-MPD Client
-==========
-
-This plugin is here to display what you are listening to in a chat tab.
-
-
-Installation and configuration
-------------------------------
-
-Installation
-~~~~~~~~~~~~
-
-You need https://github.com/Mic92/python-mpd2[python-mpd], in its python3
-version.
-
-Then you can load the plugin.
-
-==============
-
- /load mpd_client
-
-==============
-
-Configuration
-~~~~~~~~~~~~~
-
-You have to put the following into _mpd_client.cfg_, as explained in
-link:index.html[the index page].
-
-NOTE: If you do not put anything, the plugin will try to connect to
-_localhost:6600_ with no password.
-
-[source,conf]
----------------------------------------------------------------------
-[mpd_client]
-host = the_mpd_host
-port = 6600
-password = password if necessary
----------------------------------------------------------------------
-
-
-Usage
------
-
-=======
-
- /mpd
-
-Will show the current song, artist, and album
-
- /mpd full
-
-Will show the current song, artist, and album, plus a nice progress bar.
-
-======