Wording fix in substitute plugin docs

This commit is contained in:
Daniele Ferone 2023-03-17 09:22:14 +01:00 committed by J0J0 Todos
parent bd568ad817
commit 20c1a3e8a0

View file

@ -3,10 +3,10 @@ Substitute Plugin
The ``substitute`` plugin lets you easily substitute values in your templates and
path formats. Specifically, it is intended to let you *canonicalize* names
such as artists: for example, perhaps you want albums from The Jimi Hendrix
such as artists: For example, perhaps you want albums from The Jimi Hendrix
Experience to be sorted into the same folder as solo Hendrix albums.
This plugin is intented as a replacement for the ``rewrite`` plugin. Indeed, while
This plugin is intented as a replacement for the ``rewrite`` plugin. While
the ``rewrite`` plugin modifies the metadata, this plugin does not.
Enable the ``substitute`` plugin (see :ref:`using-plugins`), then make a ``substitute:`` section in your config file to contain your rules.