From 27b69330f4641d692eff8320b6dfd440ad8aaca8 Mon Sep 17 00:00:00 2001 From: kaliko Date: Sat, 7 Nov 2020 16:18:46 +0100 Subject: doc/mpdconf.example: add database exemples --- doc/mpdconf.example | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/mpdconf.example b/doc/mpdconf.example index b636b4ce1..a097fc652 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -173,7 +173,18 @@ # Database ####################################################################### # - +# An example of a database section instead of the old 'db_file' setting. +# It enables mounting other storages into the music directory. +# +#database { +# plugin "simple" +# path "~/.local/share/mpd/db +# cache_directory "~/.local/share/mpd/cache" +#} +# +# An example of database config for a sattelite setup +# +#music_directory "nfs://fileserver.local/srv/mp3" #database { # plugin "proxy" # host "other.mpd.host" @@ -182,7 +193,6 @@ # Input ####################################################################### # - input { plugin "curl" # proxy "proxy.isp.com:8080" -- cgit v1.2.3