From 2bbf83e1a095dcb4532e4dec106c1eb0d0df3dac Mon Sep 17 00:00:00 2001 From: Peter Schnebel Date: Thu, 31 Oct 2013 17:10:25 +0100 Subject: [PATCH] first draft for documentation --- docs/plugins/mpc.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/plugins/mpc.rst b/docs/plugins/mpc.rst index 04ea06e74..3b1934495 100644 --- a/docs/plugins/mpc.rst +++ b/docs/plugins/mpc.rst @@ -12,14 +12,18 @@ habits from `MPD`_. It collects the following information about tracks:: .. _MPD: http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki To use it, enable it in your ``config.yaml`` by putting ``mpc`` on your -``plugins`` line. Then, you'll probably want to configure the specifics of your -MPD server. You can do that using an ``mpc:`` section in your +``plugins`` line. Then, you'll probably want to configure the specifics of +your MPD server. You can do that using an ``mpc:`` section in your ``config.yaml``, which looks like this:: mpc: host: localhost port: 6600 password: seekrit + music_directory: /PATH/TO/YOUR/FILES + +*music_directory* needs to the same path where MPDs *music_directory* is. See +your local ``mpd.conf``. Now use the ``mpc`` command to fire it up::