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
510d2514
Commit
510d2514
authored
Jun 05, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user.xml: mention the cache_directory requirement for mounts
parent
5217a74b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
1 deletion
+24
-1
user.xml
doc/user.xml
+24
-1
No files found.
doc/user.xml
View file @
510d2514
...
@@ -1560,6 +1560,29 @@ mpc unmount usbstick</programlisting>
...
@@ -1560,6 +1560,29 @@ mpc unmount usbstick</programlisting>
</para>
</para>
<programlisting>
mpc listneighbors
</programlisting>
<programlisting>
mpc listneighbors
</programlisting>
<para>
Mounting is only possible with the
<link
linkend=
"simple_database"
><varname>
simple
</varname>
database
plugin
</link>
and a
<varname>
cache_directory
</varname>
,
e.g.:
</para>
<programlisting>
database {
plugin "simple"
path "~/.mpd/db"
cache_directory "~/.mpd/cache"
}
</programlisting>
<para>
This requires migrating from the old
<varname>
db_file
</varname>
setting to a
<varname>
database
</varname>
section. The cache directory
must exist, and MPD will put one file per mount there, which
will be reused when the same storage is used again later.
</para>
</section>
</section>
</section>
</section>
...
@@ -2062,7 +2085,7 @@ run</programlisting>
...
@@ -2062,7 +2085,7 @@ run</programlisting>
<section
id=
"database_plugins"
>
<section
id=
"database_plugins"
>
<title>
Database plugins
</title>
<title>
Database plugins
</title>
<section>
<section
id=
"simple_database"
>
<title><varname>
simple
</varname></title>
<title><varname>
simple
</varname></title>
<para>
<para>
...
...
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