config: Synchronise file and local default excluded_file_extensions config.
docs: Added changelog entry for #1737
This commit is contained in:
parent
6241ba4bd9
commit
66a10f43fb
@ -16,6 +16,12 @@ Bug fix release.
|
|||||||
- Audio: Prevent buffering handling interfering with track changes. (Fixes:
|
- Audio: Prevent buffering handling interfering with track changes. (Fixes:
|
||||||
:issue:`1722`, PR: :issue:`1740`)
|
:issue:`1722`, PR: :issue:`1740`)
|
||||||
|
|
||||||
|
- Local: Add .pdf and .zip to the default
|
||||||
|
confval:`local/excluded_file_extensions` config value. (PR: :issue:`1737`)
|
||||||
|
|
||||||
|
- File: Synchronised the default confval:`file/excluded_file_extensions` config
|
||||||
|
values with confval:`local/excluded_file_extensions`. (PR: :issue:`1743`)
|
||||||
|
|
||||||
v2.2.2 (2018-12-29)
|
v2.2.2 (2018-12-29)
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|||||||
@ -5,9 +5,15 @@ media_dirs =
|
|||||||
~/|Home
|
~/|Home
|
||||||
show_dotfiles = false
|
show_dotfiles = false
|
||||||
excluded_file_extensions =
|
excluded_file_extensions =
|
||||||
.jpg
|
.directory
|
||||||
|
.html
|
||||||
.jpeg
|
.jpeg
|
||||||
|
.jpg
|
||||||
|
.log
|
||||||
|
.nfo
|
||||||
.pdf
|
.pdf
|
||||||
|
.png
|
||||||
|
.txt
|
||||||
.zip
|
.zip
|
||||||
follow_symlinks = false
|
follow_symlinks = false
|
||||||
metadata_timeout = 1000
|
metadata_timeout = 1000
|
||||||
|
|||||||
@ -12,7 +12,7 @@ excluded_file_extensions =
|
|||||||
.jpg
|
.jpg
|
||||||
.log
|
.log
|
||||||
.nfo
|
.nfo
|
||||||
|
.pdf
|
||||||
.png
|
.png
|
||||||
.txt
|
.txt
|
||||||
.pdf
|
|
||||||
.zip
|
.zip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user