diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpdconf.example | 14 |
1 files changed, 12 insertions, 2 deletions
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" |