Skip to content

Commit

Permalink
Change zero documentation mentions of genre to genres (#5486)
Browse files Browse the repository at this point in the history
I've spent 2 hours troubleshooting why none of my music had genre tag.
It was because the single `genre`, without `s` doesn't seem to cover any
good ganre tags... at least it didn't on my opus files

looking at the code:
https://github.com/beetbox/mediafile/blob/7ecd86101ec3344e7fb25bbf781cd7f86646aa9d/mediafile.py#L1669-L2167
i don't honestly know why anyone created the single `ganre` field in the
first place
  • Loading branch information
snejus authored Dec 2, 2024
2 parents 242d0e8 + f7a34f1 commit 27d66d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/plugins/zero.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ fields to nullify and the conditions for nullifying them:
For example::

zero:
fields: month day genre comments
fields: month day genre genres comments
comments: [EAC, LAME, from.+collection, 'ripped by']
genre: [rnb, 'power metal']
genres: [rnb, 'power metal']
update_database: true

If a custom pattern is not defined for a given field, the field will be nulled
Expand All @@ -60,4 +61,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::

zero:
keep_fields: title artist album year track genre images
keep_fields: title artist album year track genre genres images

0 comments on commit 27d66d4

Please sign in to comment.