summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-10-31 15:34:33 +0100
committerMax Kellermann <max@musicpd.org>2018-10-31 15:34:33 +0100
commit4b8ee586381ead890ad64110cf13aae151ce102a (patch)
treecec307dd247ff0681a65f14c08b507744461e046 /doc
parent9305730993c541f7a4cc56d302504ad1d58cc12b (diff)
doc/user.rst: more markup
Diffstat (limited to 'doc')
-rw-r--r--doc/user.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/user.rst b/doc/user.rst
index b3f35dcc2..31c1fba46 100644
--- a/doc/user.rst
+++ b/doc/user.rst
@@ -250,7 +250,8 @@ Some of the settings are grouped in blocks with curly braces, e.g. per-plugin se
mixer_control "PCM"
}
-The include directive can be used to include settings from another file; the given file name is relative to the current file:
+The :code:`include` directive can be used to include settings from
+another file; the given file name is relative to the current file:
.. code-block:: none
@@ -263,7 +264,11 @@ When you play local files, you should organize them within a directory called th
By default, :program:`MPD` follows symbolic links in the music directory. This behavior can be switched off: :code:`follow_outside_symlinks` controls whether :program:`MPD` follows links pointing to files outside of the music directory, and :code:`follow_inside_symlinks` lets you disable symlinks to files inside the music directory.
-Instead of using local files, you can use storage plugins to access files on a remote file server. For example, to use music from the SMB/CIFS server "myfileserver" on the share called "Music", configure the music directory "smb://myfileserver/Music". For a recipe, read the Satellite :program:`MPD` section :ref:`satellite`.
+Instead of using local files, you can use storage plugins to access
+files on a remote file server. For example, to use music from the
+SMB/CIFS server ":file:`myfileserver`" on the share called "Music",
+configure the music directory ":file:`smb://myfileserver/Music`". For
+a recipe, read the Satellite :program:`MPD` section :ref:`satellite`.
You can also use multiple storage plugins to assemble a virtual music directory consisting of multiple storages.