Skip to content

Commit 64dcd28

Browse files
committed
fix ihate docs example (fix #393)
1 parent 54af040 commit 64dcd28

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/plugins/ihate.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ your beets config. Then, add an ``ihate:`` section to your configuration file::
1212

1313
ihate:
1414
# you will be warned about these suspicious genres/artists (regexps):
15-
warn_genre=rnb soul power\smetal
16-
warn_artist=bad\band another\sbad\sband
17-
warn_album=tribute\sto
15+
warn_genre: rnb soul power\smetal
16+
warn_artist: bad\band another\sbad\sband
17+
warn_album: tribute\sto
1818
# if you don't like a genre in general, but accept some band playing it,
1919
# add exceptions here:
20-
warn_whitelist=hate\sexception
20+
warn_whitelist: hate\sexception
2121
# never import any of this:
22-
skip_genre=russian\srock polka
23-
skip_artist=manowar
24-
skip_album=christmas
22+
skip_genre: russian\srock polka
23+
skip_artist: manowar
24+
skip_album: christmas
2525
# but import this:
26-
skip_whitelist=
26+
skip_whitelist: ''
2727

2828
Note: The plugin will trust your decision in 'as-is' mode.

0 commit comments

Comments
 (0)