Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
5fb54095
Commit
5fb54095
authored
Feb 08, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user: document storage plugins
parent
3fdc678a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
user.xml
doc/user.xml
+33
-0
No files found.
doc/user.xml
View file @
5fb54095
...
@@ -191,6 +191,14 @@ systemctl start mpd.socket</programlisting>
...
@@ -191,6 +191,14 @@ systemctl start mpd.socket</programlisting>
directory, and
<varname>
follow_inside_symlinks
</varname>
lets
directory, and
<varname>
follow_inside_symlinks
</varname>
lets
you disable symlinks to files inside the music directory.
you disable symlinks to files inside the music directory.
</para>
</para>
<para>
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
"
<parameter>
smb://myfileserver/Music
</parameter>
".
</para>
</section>
</section>
<section>
<section>
...
@@ -983,6 +991,31 @@ systemctl start mpd.socket</programlisting>
...
@@ -983,6 +991,31 @@ systemctl start mpd.socket</programlisting>
</section>
</section>
<section>
<section>
<title>
Storage plugins
</title>
<section>
<title><varname>
local
</varname></title>
<para>
The default plugin which gives MPD access to local files.
It is used when
<varname>
music_directory
</varname>
refers to
a local directory.
</para>
</section>
<section>
<title><varname>
smbclient
</varname></title>
<para>
Load music files from a SMB/CIFS server. It used used when
<varname>
music_directory
</varname>
contains a
<parameter>
smb://
</parameter>
URI, for example
"
<parameter>
smb://myfileserver/Music
</parameter>
".
</para>
</section>
</section>
<section>
<title>
Input plugins
</title>
<title>
Input plugins
</title>
<section>
<section>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment