Skip to content

Commit

Permalink
change to genres
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus authored Oct 27, 2024
1 parent f0f87cc commit 56d1833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/plugins/zero.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ fields to nullify and the conditions for nullifying them:
For example::

zero:
fields: month day genre comments
fields: month day genres comments
comments: [EAC, LAME, from.+collection, 'ripped by']
genre: [rnb, 'power metal']
genres: [rnb, 'power metal']
update_database: true

If a custom pattern is not defined for a given field, the field will be nulled
Expand All @@ -60,4 +60,4 @@ art from files' tags unless you tell it not to. To keep the album art, include
the special field ``images`` in the list. For example::

zero:
keep_fields: title artist album year track genre images
keep_fields: title artist album year track genres images

0 comments on commit 56d1833

Please sign in to comment.