#913479 Sends genre 255 to eyeD3 taht is refused

#913479#5
Date:
2018-11-11 14:11:38 UTC
From:
To:
When ripping a CD, it ends with lines like

Setting artist: Yves Jamait
Setting album: Mon totem
Setting title: Je ne vous dirai pas
Setting genre: 255
eyed3.id3:WARNING: Invalid numeric genre ID: 255
Invalid numeric genre ID: 255
Finished.

I tried without givng category and letting DGENRE=
or setting
CATEGORY=chanson
DGENRE=102

(102 is the code for chanson ine eyed3 --plugin=genres
output).

And some tags for the whole album are not in place.

#913479#10
Date:
2020-02-02 18:43:07 UTC
From:
To:
You can avoid this error by setting
EYED3OPTS="--non-std-genres"
in your /etc/abcde.conf or ~/.abcde.conf

Regards,
Marcel

#913479#15
Date:
2025-09-03 14:39:08 UTC
From:
To:
Won't that break the mapping in eyed3 and always store the number abcde
passes a an literal string?

Attached is a patch that skips passing -G if GENREID is 255.