From 5fb54095d22e38662383fc73bc1af56da357756c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 8 Feb 2014 00:09:53 +0100 Subject: doc/user: document storage plugins --- doc/user.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'doc/user.xml') diff --git a/doc/user.xml b/doc/user.xml index 797b1dba3..15f6d4219 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -191,6 +191,14 @@ systemctl start mpd.socket directory, and 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". +
@@ -982,6 +990,31 @@ systemctl start mpd.socket
+
+ Storage plugins + +
+ <varname>local</varname> + + + The default plugin which gives MPD access to local files. + It is used when music_directory refers to + a local directory. + +
+ +
+ <varname>smbclient</varname> + + + Load music files from a SMB/CIFS server. It used used when + music_directory contains a + smb:// URI, for example + "smb://myfileserver/Music". + +
+
+
Input plugins -- cgit v1.2.3