mirror of
https://github.com/beetbox/beets.git
synced 2025-12-21 16:13:38 +01:00
Merge pull request #67 from mineo/patch-1
Some grammar corrections for docs/.../ihate.rst
This commit is contained in:
commit
02fe85df89
1 changed files with 7 additions and 7 deletions
|
|
@ -3,25 +3,25 @@ IHate Plugin
|
||||||
|
|
||||||
The ``ihate`` plugin allows you to automatically skip things you hate during
|
The ``ihate`` plugin allows you to automatically skip things you hate during
|
||||||
import or warn you about them. It supports album, artist and genre patterns.
|
import or warn you about them. It supports album, artist and genre patterns.
|
||||||
Also there is whitelist to avoid skipping bands you still like. There are two
|
There also is a whitelist to avoid skipping bands you still like. There are two
|
||||||
groups: warn and skip. Skip group is checked first. Whitelist overrides any
|
groups: warn and skip. The skip group is checked first. Whitelist overrides any
|
||||||
other patterns.
|
other patterns.
|
||||||
|
|
||||||
To use plugin, enable it by including ``ihate`` into ``plugins`` line of
|
To use the plugin, enable it by including ``ihate`` in the ``plugins`` line of
|
||||||
your beets config::
|
your beets config::
|
||||||
|
|
||||||
[beets]
|
[beets]
|
||||||
plugins = ihate
|
plugins = ihate
|
||||||
|
|
||||||
You need to configure plugin before use, so add following section into config
|
You need to configure the plugin before use, so add the following section into
|
||||||
file and adjust it to your needs::
|
your config file and adjust it to your needs::
|
||||||
|
|
||||||
[ihate]
|
[ihate]
|
||||||
# you will be warned about these suspicious genres/artists (regexps):
|
# you will be warned about these suspicious genres/artists (regexps):
|
||||||
warn_genre=rnb soul power\smetal
|
warn_genre=rnb soul power\smetal
|
||||||
warn_artist=bad\band another\sbad\sband
|
warn_artist=bad\band another\sbad\sband
|
||||||
warn_album=tribute\sto
|
warn_album=tribute\sto
|
||||||
# if you don't like genre in general, but accept some band playing it,
|
# if you don't like a genre in general, but accept some band playing it,
|
||||||
# add exceptions here:
|
# add exceptions here:
|
||||||
warn_whitelist=hate\sexception
|
warn_whitelist=hate\sexception
|
||||||
# never import any of this:
|
# never import any of this:
|
||||||
|
|
@ -31,5 +31,5 @@ file and adjust it to your needs::
|
||||||
# but import this:
|
# but import this:
|
||||||
skip_whitelist=
|
skip_whitelist=
|
||||||
|
|
||||||
Note: plugin will trust you decision in 'as-is' mode.
|
Note: The plugin will trust your decision in 'as-is' mode.
|
||||||
|
|
||||||
Loading…
Reference in a new issue