add explanation for rescan_interval
This commit is contained in:
parent
3d7cfd2695
commit
abbc3c70f8
|
@ -141,3 +141,16 @@ extensions .mp3,.m4a,.m4p
|
|||
|
||||
#art_filename _folderOpenImage.jpg
|
||||
|
||||
#
|
||||
# rescan_interval
|
||||
#
|
||||
# How often to check the file system to see if any mp3 files
|
||||
# have been added or removed.
|
||||
#
|
||||
# if not specified, the default is 0, which disables background scanning.
|
||||
#
|
||||
# If background rescanning is disabled, a scan can still be forced from the
|
||||
# "status" page of the administrative web interface
|
||||
#
|
||||
|
||||
rescan_interval 300
|
||||
|
|
Loading…
Reference in New Issue