local: Ignore *.nfo and *.html when scanning
This commit is contained in:
parent
4e3cc59581
commit
e25705f8fa
@ -69,6 +69,8 @@ Still in development.
|
|||||||
``.jpg`` and ``.JPG`` to ignore JPEG files when scanning. (Fixes:
|
``.jpg`` and ``.JPG`` to ignore JPEG files when scanning. (Fixes:
|
||||||
:issue:`525`)
|
:issue:`525`)
|
||||||
|
|
||||||
|
- The scanner now by default ignores ``*.nfo`` and ``*.html`` files too.
|
||||||
|
|
||||||
**MPD frontend**
|
**MPD frontend**
|
||||||
|
|
||||||
- The MPD service is now published as a Zeroconf service if avahi-daemon is
|
- The MPD service is now published as a Zeroconf service if avahi-daemon is
|
||||||
|
|||||||
@ -5,8 +5,10 @@ playlists_dir = $XDG_DATA_DIR/mopidy/local/playlists
|
|||||||
tag_cache_file = $XDG_DATA_DIR/mopidy/local/tag_cache
|
tag_cache_file = $XDG_DATA_DIR/mopidy/local/tag_cache
|
||||||
scan_timeout = 1000
|
scan_timeout = 1000
|
||||||
excluded_file_extensions =
|
excluded_file_extensions =
|
||||||
|
.html
|
||||||
.jpeg
|
.jpeg
|
||||||
.jpg
|
.jpg
|
||||||
|
.log
|
||||||
|
.nfo
|
||||||
.png
|
.png
|
||||||
.txt
|
.txt
|
||||||
.log
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user