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 f0f87cc commit 56d1833Copy full SHA for 56d1833
docs/plugins/zero.rst
@@ -36,9 +36,9 @@ fields to nullify and the conditions for nullifying them:
36
For example::
37
38
zero:
39
- fields: month day genre comments
+ fields: month day genres comments
40
comments: [EAC, LAME, from.+collection, 'ripped by']
41
- genre: [rnb, 'power metal']
+ genres: [rnb, 'power metal']
42
update_database: true
43
44
If a custom pattern is not defined for a given field, the field will be nulled
@@ -60,4 +60,4 @@ art from files' tags unless you tell it not to. To keep the album art, include
60
the special field ``images`` in the list. For example::
61
62
63
- keep_fields: title artist album year track genre images
+ keep_fields: title artist album year track genres images
0 commit comments