Changelog and doc fixes for #852

This commit is contained in:
Adrian Sampson 2014-07-02 14:51:41 -07:00
parent 6fcd7c9285
commit b6582e417f
2 changed files with 5 additions and 4 deletions

View file

@ -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:

View file

@ -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: