config: Synchronise file and local default excluded_file_extensions config.

docs: Added changelog entry for #1737
This commit is contained in:
Nick Steel 2019-01-31 23:31:44 +00:00
parent 6241ba4bd9
commit 66a10f43fb
3 changed files with 14 additions and 2 deletions

View File

@ -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)
=================== ===================

View File

@ -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

View File

@ -12,7 +12,7 @@ excluded_file_extensions =
.jpg .jpg
.log .log
.nfo .nfo
.pdf
.png .png
.txt .txt
.pdf
.zip .zip