We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d1833 commit f7a34f1Copy full SHA for f7a34f1
docs/plugins/zero.rst
@@ -36,8 +36,9 @@ fields to nullify and the conditions for nullifying them:
36
For example::
37
38
zero:
39
- fields: month day genres comments
+ fields: month day genre genres comments
40
comments: [EAC, LAME, from.+collection, 'ripped by']
41
+ genre: [rnb, 'power metal']
42
genres: [rnb, 'power metal']
43
update_database: true
44
@@ -60,4 +61,4 @@ art from files' tags unless you tell it not to. To keep the album art, include
60
61
the special field ``images`` in the list. For example::
62
63
- keep_fields: title artist album year track genres images
64
+ keep_fields: title artist album year track genre genres images
0 commit comments