diff --git a/docs/changelog.rst b/docs/changelog.rst index f34bf9dd3..d42aa5621 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -289,6 +289,7 @@ Bug fixes For plugin developers ~~~~~~~~~~~~~~~~~~~~~ + - A new plugin event, ``album_matched``, is sent when an album that is being imported has been matched to its metadata and the corresponding distance has been calculated. diff --git a/docs/plugins/replace.rst b/docs/plugins/replace.rst index 7ec9f3ec8..2de6e2936 100644 --- a/docs/plugins/replace.rst +++ b/docs/plugins/replace.rst @@ -15,10 +15,11 @@ and then type: The plugin will show you a list of files for you to pick from, and then ask for confirmation. -The file you pick will be replaced with the file at `path`. Then, the new file's metadata -will be synced with the database. This means that the tags in the database for that track -(`title`, `artist`, etc.) will be written to the new file, and the `path` and `mtime` fields -in the database will be updated to match the new file's path and the current modification time. +The file you pick will be replaced with the file at ``path``. Then, the new +file's metadata will be synced with the database. This means that the tags in +the database for that track (``title``, ``artist``, etc.) will be written to the +new file, and the ``path`` and ``mtime`` fields in the database will be updated +to match the new file's path and the current modification time. Consider using the ``replaygain`` command from the :doc:`/plugins/replaygain` plugin, if you usually use it during imports.