diff --git a/docs/changelog.rst b/docs/changelog.rst index 613dbc8d2..f34685f9b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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: diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 5fef62d86..bf9fb6daa 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -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: