Replace option: leading whitespaces are also removed by default

This commit is contained in:
Bruno Tournay 2014-03-18 22:25:06 +01:00
parent 03fa8d809b
commit 41e7611ead
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@ replace:
'[<>:"\?\*\|]': _
'\.$': _
'\s+$': ''
'^\s+': ''
path_sep_replace: _
art_filename: cover
max_filename_length: 0

View file

@ -51,6 +51,7 @@ Fixes:
be written to a file.
* :doc:`/plugins/duplicates`: Spurious reports are now avoided for tracks with
missing values (e.g., no MBIDs). Thanks to Pedro Silva.
* Fix default :ref:`replace` value so leading whitespace are also removed.
.. _requests: http://www.python-requests.org/