diff --git a/docs/changelog.rst b/docs/changelog.rst index 52da489b2..fed143d10 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,6 +28,10 @@ Unrelated new stuff: together in a single directory. Thanks to geigerzaehler. * A new ``--config`` command-line option lets you specify an additional configuration file. Thanks again to geigerzaehler. +* The :doc:`/plugins/ihate` was overhauled. Its configuration is now much + simpler---it uses beets queries instead of an ad-hoc per-field + configuration. This is *backwards-incompatible*---if you use this plugin, + you will need to update your configuration. Thanks to BrainDamage. Other little fixes: diff --git a/docs/plugins/ihate.rst b/docs/plugins/ihate.rst index e1590d448..7cb6b4040 100644 --- a/docs/plugins/ihate.rst +++ b/docs/plugins/ihate.rst @@ -13,15 +13,15 @@ file:: ihate: # Print a warning message for these. warn: - - artist:rnb - - genre: soul - # Only warn about tribute albums in rock genre. - - genre:rock album:tribute + - artist:rnb + - genre: soul + # Only warn about tribute albums in rock genre. + - genre:rock album:tribute # Never import any of this. skip: - - genre::russian\srock - - genre:polka - - artist:manowar - - album:christmas + - genre::russian\srock + - genre:polka + - artist:manowar + - album:christmas The plugin trusts your decision in "as-is" imports.