mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 08:32:06 +01:00
update docs for #619
This commit is contained in:
parent
51647e6514
commit
b0fd64662d
2 changed files with 3 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ 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.
|
||||
* The default :ref:`replace` sanitation options now remove leading whitespace
|
||||
by default. Thanks to brilnius.
|
||||
* :doc:`/plugins/importfeeds`: Fix crash when importing albums
|
||||
containing ``/`` with the ``m3u_multi`` format.
|
||||
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@ unexpected behavior on all popular platforms::
|
|||
'[<>:"\?\*\|]': _
|
||||
'\.$': _
|
||||
'\s+$': ''
|
||||
'^\s+': ''
|
||||
|
||||
These substitutions remove forward and back slashes, leading dots, and
|
||||
control characters—all of which is a good idea on any OS. The fourth line
|
||||
|
|
|
|||
Loading…
Reference in a new issue