mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
Merge pull request #619 from brilnius/fix324
Replace option: leading whitespaces are also removed by default
This commit is contained in:
commit
5b42796eea
2 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ replace:
|
|||
'[<>:"\?\*\|]': _
|
||||
'\.$': _
|
||||
'\s+$': ''
|
||||
'^\s+': ''
|
||||
path_sep_replace: _
|
||||
art_filename: cover
|
||||
max_filename_length: 0
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue