Format docs

This commit is contained in:
Will Burden 2026-03-08 17:06:16 +00:00
parent 28322cad15
commit f23abda908
2 changed files with 6 additions and 4 deletions

View file

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

View file

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