It's posible to filter, at runtime, the Warnings raised from the imported eyed3 module during a re-taging operation ?
It result in:
WARNING:eyed3.mp3.headers:Lame tag CRC check failed WARNING:eyed3.id3:Non standard genre name: Roman sentimental
For the sake of information: The first Warning come from the eyed3.load('song') call. (The song it's been mp3 converted in Audacity with the ffmpeg FFmpeg mp3 lame encoder.) The second from the tag() 'genre' assignment.