Merge pull request #619 from brilnius/fix324

Replace option: leading whitespaces are also removed by default
This commit is contained in:
Adrian Sampson 2014-03-18 23:22:45 -07:00
commit 5b42796eea
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/