diff options
author | Viliam Mateicka <viliam.mateicka@gmail.com> | 2009-10-26 19:14:40 +0100 |
---|---|---|
committer | Viliam Mateicka <viliam.mateicka@gmail.com> | 2009-10-26 19:14:40 +0100 |
commit | f67426871bf11c79bf5bf975ad2adaa860a7378e (patch) | |
tree | a7f51b6a187a2f79e486564c387752a979b24236 /doc | |
parent | 2bfddd43109171accbb307ec136d5a517e52bfff (diff) |
mpd.conf: new bool config value for enabling/disabling inotify update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.conf.5 | 5 | ||||
-rw-r--r-- | doc/mpdconf.example | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 6bbd7e784..c64dfb94c 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -248,6 +248,11 @@ tags may be specified as a comma separated list. An example value is "artist,album,title,track". The special value "none" may be used alone to disable all metadata. The default is to use all known tag types except for comments. +.TP +.B auto_update <yes or no> +This specifies the wheter to support automatic update of music database when +files are changed in music_directory. The default is to disable autoupdate +of database. .SH REQUIRED AUDIO OUTPUT PARAMETERS .TP .B type <type> diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 3b9e460b1..166212ebd 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -109,6 +109,10 @@ # #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc" # +# This setting enables automatic update of MPD's database when files in +# music_directory are changed. +# +#auto_update "yes" ############################################################################### |