Skip to content

Commit a0160f7

Browse files
committed
Format docs
1 parent c383762 commit a0160f7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ Bug fixes
286286

287287
For plugin developers
288288
~~~~~~~~~~~~~~~~~~~~~
289+
289290
- A new plugin event, ``album_matched``, is sent when an album that is being
290291
imported has been matched to its metadata and the corresponding distance has
291292
been calculated.

docs/plugins/replace.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ and then type:
1515
The plugin will show you a list of files for you to pick from, and then ask for
1616
confirmation.
1717

18-
The file you pick will be replaced with the file at `path`. Then, the new file's metadata
19-
will be synced with the database. This means that the tags in the database for that track
20-
(`title`, `artist`, etc.) will be written to the new file, and the `path` and `mtime` fields
21-
in the database will be updated to match the new file's path and the current modification time.
18+
The file you pick will be replaced with the file at ``path``. Then, the new
19+
file's metadata will be synced with the database. This means that the tags in
20+
the database for that track (``title``, ``artist``, etc.) will be written to the
21+
new file, and the ``path`` and ``mtime`` fields in the database will be updated
22+
to match the new file's path and the current modification time.
2223

2324
Consider using the ``replaygain`` command from the :doc:`/plugins/replaygain`
2425
plugin, if you usually use it during imports.

0 commit comments

Comments
 (0)