Merge pull request #1743 from kingosticks/fix/sync-default-config-excluded_file_extensions
config: Synchronise file and local default excluded_file_extensions c…
This commit is contained in:
commit
d928f3dae4
@ -16,6 +16,12 @@ Bug fix release.
|
||||
- Audio: Prevent buffering handling interfering with track changes. (Fixes:
|
||||
: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)
|
||||
===================
|
||||
|
||||
|
||||
@ -5,9 +5,15 @@ media_dirs =
|
||||
~/|Home
|
||||
show_dotfiles = false
|
||||
excluded_file_extensions =
|
||||
.jpg
|
||||
.directory
|
||||
.html
|
||||
.jpeg
|
||||
.jpg
|
||||
.log
|
||||
.nfo
|
||||
.pdf
|
||||
.png
|
||||
.txt
|
||||
.zip
|
||||
follow_symlinks = false
|
||||
metadata_timeout = 1000
|
||||
|
||||
@ -12,7 +12,7 @@ excluded_file_extensions =
|
||||
.jpg
|
||||
.log
|
||||
.nfo
|
||||
.pdf
|
||||
.png
|
||||
.txt
|
||||
.pdf
|
||||
.zip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user