Skip to content

Commit f7a34f1

Browse files
turns out single genres wasnt enough yet
1 parent 56d1833 commit f7a34f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/plugins/zero.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ fields to nullify and the conditions for nullifying them:
3636
For example::
3737

3838
zero:
39-
fields: month day genres comments
39+
fields: month day genre genres comments
4040
comments: [EAC, LAME, from.+collection, 'ripped by']
41+
genre: [rnb, 'power metal']
4142
genres: [rnb, 'power metal']
4243
update_database: true
4344

@@ -60,4 +61,4 @@ art from files' tags unless you tell it not to. To keep the album art, include
6061
the special field ``images`` in the list. For example::
6162

6263
zero:
63-
keep_fields: title artist album year track genres images
64+
keep_fields: title artist album year track genre genres images

0 commit comments

Comments
 (0)