diff --git a/doc/user.xml b/doc/user.xml index 15f12143e..1cf926dad 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -442,6 +442,12 @@ systemctl start mpd.socket recipe, read the Satellite MPD section. + + + You can also use multiple storage + plugins to assemble a virtual music directory consisting of + multiple storages. +
@@ -1531,6 +1537,30 @@ database { Matching files in the current directory and all subdirectories are excluded. + +
+ Mounting other storages into the music directory + + + MPD has various storage plugins 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: + + + mpc mount foo nfs://192.168.1.4/export/mp3 +mpc mount usbstick udisks://by-uuid-2F2B-D136 +mpc unmount usbstick + + + MPD's neighbor plugins can be + helpful with finding mountable storages: + + + mpc listneighbors +