Hi,
I'm new at using beets, what a wonderful tool! I encounter two small issues:
1) Problem with special characters (unicode) artist names
CHURCHES are a Scottish electronic band (pronounced as "churches" and stylised as CHVRCHΞS). As MusicBrainz.org uses the stylised name as artist name (note that it's only used for albums, not for EP, huh????)
As I do not want these kind of characters on disk, I used asciify_paths: yes in my configuration file, nice!
But the result is "CHVRCHKsS" ... not so nice.
My second idea was to add a new replace pattern
But it fails again!
My question is: is there a way to fix MusicBrainz data ? Or at least a way to write CHVRCHES, instead of CHVRCHKsS on disk?
The first version of the fix should ease the beet search, the second option only ease the use of an USB drive for my car :)
2) Problem with comments
I am using the new zero plugin configuration parameter "keep_fields" with the scrub plugin:
keep_fields: album albumartist artist disc disctitle disctotal genre grouping rg_album_gain rg_album_peak rg_track_gain rg_track_peak title track tracktotal year mb_trackid images
As you can see there is no comments in keep_fields, so all comments tags should be removed, but :
$ eyeD3 /music/CHVRCHKsS\ -\ 2015\ -\ Every\ Open\ Eye/01\ -\ CHVRCHKsS\ -\ Every\ Open\ Eye\ -\ Never\ Ending\ Circles.mp3
01 - CHVRCHKsS - Every Open Eye - Never Ending Circles.mp3 [ 7.15 MB ]
-------------------------------------------------------------------------------
Time: 03:06 MPEG1, Layer III [ 320 kb/s @ 44100 Hz - Stereo ]
-------------------------------------------------------------------------------
title: Never Ending Circles
Comment: [Description: iTunNORM] [Lang: eng]
00000502 00000502 00000C86 00000C86 00000000 00000000 000035B5 000035B5 00000000 00000000
UserTextFrame: [Description: REPLAYGAIN_ALBUM_GAIN]
UserTextFrame: [Description: REPLAYGAIN_ALBUM_PEAK]
UserTextFrame: [Description: REPLAYGAIN_TRACK_GAIN]
UserTextFrame: [Description: REPLAYGAIN_TRACK_PEAK]
FRONT_COVER Image: [Size: 20013 bytes] [Type: image/jpeg]
-------------------------------------------------------------------------------
How to fix this?
Thank you very much for any answers :)