mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Wording fix in substitute plugin docs
This commit is contained in:
parent
bd568ad817
commit
20c1a3e8a0
1 changed files with 2 additions and 2 deletions
|
|
@ -3,10 +3,10 @@ Substitute Plugin
|
||||||
|
|
||||||
The ``substitute`` plugin lets you easily substitute values in your templates and
|
The ``substitute`` plugin lets you easily substitute values in your templates and
|
||||||
path formats. Specifically, it is intended to let you *canonicalize* names
|
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.
|
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.
|
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.
|
Enable the ``substitute`` plugin (see :ref:`using-plugins`), then make a ``substitute:`` section in your config file to contain your rules.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue