File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ fields to nullify and the conditions for nullifying them:
36
36
For example::
37
37
38
38
zero:
39
- fields: month day genre comments
39
+ fields: month day genre genres comments
40
40
comments: [EAC, LAME, from.+collection, 'ripped by']
41
41
genre: [rnb, 'power metal']
42
+ genres: [rnb, 'power metal']
42
43
update_database: true
43
44
44
45
If a custom pattern is not defined for a given field, the field will be nulled
@@ -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::
61
62
62
63
zero:
63
- keep_fields: title artist album year track genre images
64
+ keep_fields: title artist album year track genre genres images
You can’t perform that action at this time.
0 commit comments