blob: c657e314e6028dec4f0665a11f035c381e088ee7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
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.
======
|