mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 09:04:33 +01:00
plugins/zero.rst: Add a missing 'the'
This commit is contained in:
parent
39d67363b5
commit
d6673b7f79
1 changed files with 6 additions and 6 deletions
|
|
@ -6,12 +6,12 @@ can be nulled unconditionally or conditioned on a pattern match. For example,
|
||||||
the plugin can strip useless comments like "ripped by MyGreatRipper." This
|
the plugin can strip useless comments like "ripped by MyGreatRipper." This
|
||||||
plugin only affects files' tags; the beets database is unchanged.
|
plugin only affects files' tags; the beets database is unchanged.
|
||||||
|
|
||||||
To use plugin, enable it by including ``zero`` into ``plugins`` line of your
|
To use the plugin, enable it by including ``zero`` in the ``plugins`` line of
|
||||||
configuration file. To configure the plugin, use a ``zero:`` section in your
|
your configuration file. To configure the plugin, use a ``zero:`` section in
|
||||||
configuration file. Set ``fields`` to the (whitespace-separated) list of fields
|
your configuration file. Set ``fields`` to the (whitespace-separated) list of
|
||||||
to change. You can get the list of available fields by running ``beet fields``.
|
fields to change. You can get the list of available fields by running ``beet
|
||||||
To conditionally filter a field, use ``field: [regexp, regexp]`` to specify
|
fields``. To conditionally filter a field, use ``field: [regexp, regexp]`` to
|
||||||
regular expressions.
|
specify regular expressions.
|
||||||
|
|
||||||
For example::
|
For example::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue