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
68783432
Commit
68783432
authored
Jun 05, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user.xml: add section explaining storage/neighbor plugins and mounts
parent
4d015aff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
user.xml
doc/user.xml
+30
-0
No files found.
doc/user.xml
View file @
68783432
...
...
@@ -442,6 +442,12 @@ systemctl start mpd.socket</programlisting>
recipe, read the
<link
linkend=
"satellite"
>
Satellite
MPD
</link>
section.
</para>
<para>
You can also
<link
linkend=
"mount"
>
use multiple storage
plugins to assemble a virtual music directory consisting of
multiple storages
</link>
.
</para>
</section>
<section
id=
"config_database_plugins"
>
...
...
@@ -1531,6 +1537,30 @@ database {
Matching files in the current directory and all subdirectories
are excluded.
</para>
<section
id=
"mount"
>
<title>
Mounting other storages into the music directory
</title>
<para>
<application>
MPD
</application>
has various
<link
linkend=
"storage_plugins"
>
storage plugins
</link>
of which
multiple instances can be "mounted" into the music
directory. This way, you can use local music, file servers
and USB sticks at the same time. Example:
</para>
<programlisting>
mpc mount foo nfs://192.168.1.4/export/mp3
mpc mount usbstick udisks://by-uuid-2F2B-D136
mpc unmount usbstick
</programlisting>
<para>
MPD's
<link
linkend=
"neighbor_plugins"
>
neighbor plugins
</link>
can be
helpful with finding mountable storages:
</para>
<programlisting>
mpc listneighbors
</programlisting>
</section>
</section>
<section
id=
"tags"
>
...
...
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