mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
change to genres
This commit is contained in:
parent
f0f87cc8ca
commit
56d183300e
1 changed files with 3 additions and 3 deletions
|
|
@ -36,9 +36,9 @@ fields to nullify and the conditions for nullifying them:
|
||||||
For example::
|
For example::
|
||||||
|
|
||||||
zero:
|
zero:
|
||||||
fields: month day genre comments
|
fields: month day genres comments
|
||||||
comments: [EAC, LAME, from.+collection, 'ripped by']
|
comments: [EAC, LAME, from.+collection, 'ripped by']
|
||||||
genre: [rnb, 'power metal']
|
genres: [rnb, 'power metal']
|
||||||
update_database: true
|
update_database: true
|
||||||
|
|
||||||
If a custom pattern is not defined for a given field, the field will be nulled
|
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
|
||||||
the special field ``images`` in the list. For example::
|
the special field ``images`` in the list. For example::
|
||||||
|
|
||||||
zero:
|
zero:
|
||||||
keep_fields: title artist album year track genre images
|
keep_fields: title artist album year track genres images
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue