Skip to content

Commit

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

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

Expand All @@ -60,4 +61,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 genres images
keep_fields: title artist album year track genre genres images

0 comments on commit f7a34f1

Please sign in to comment.