local: Ignore *.nfo and *.html when scanning

This commit is contained in:
Stein Magnus Jodal 2013-11-16 15:19:48 +01:00
parent 4e3cc59581
commit e25705f8fa
2 changed files with 5 additions and 1 deletions

View File

@ -69,6 +69,8 @@ Still in development.
``.jpg`` and ``.JPG`` to ignore JPEG files when scanning. (Fixes:
:issue:`525`)
- The scanner now by default ignores ``*.nfo`` and ``*.html`` files too.
**MPD frontend**
- The MPD service is now published as a Zeroconf service if avahi-daemon is

View File

@ -5,8 +5,10 @@ playlists_dir = $XDG_DATA_DIR/mopidy/local/playlists
tag_cache_file = $XDG_DATA_DIR/mopidy/local/tag_cache
scan_timeout = 1000
excluded_file_extensions =
.html
.jpeg
.jpg
.log
.nfo
.png
.txt
.log