mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
Changelog and doc fixes for #852
This commit is contained in:
parent
6fcd7c9285
commit
b6582e417f
2 changed files with 5 additions and 4 deletions
|
|
@ -10,6 +10,8 @@ New stuff
|
|||
their "added" date. Thanks to Stig Inge Lea Bjørnsen.
|
||||
* Support for AIFF files. Tags are stored as ID3 frames in one of the file's
|
||||
IFF chunks.
|
||||
* A new :ref:`required` configuration option for the importer skips matches
|
||||
that are missing certain data. Thanks to oprietop.
|
||||
|
||||
Little improvements and fixes:
|
||||
|
||||
|
|
|
|||
|
|
@ -541,14 +541,13 @@ The available penalties are the same as those for the :ref:`max_rec` setting.
|
|||
required
|
||||
~~~~~~~~
|
||||
|
||||
You can also avoid matches that doesn't meet a required tag criteria.
|
||||
|
||||
Just add the tags you want to enforce to the ``required`` setting::
|
||||
You can avoid matches that lack certain required information. Add the tags you
|
||||
want to enforce to the ``required`` setting::
|
||||
|
||||
match:
|
||||
required: year label catalognum country
|
||||
|
||||
No tag are required by default.
|
||||
No tags are required by default.
|
||||
|
||||
.. _path-format-config:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue