How do people create paths for libraries with album artists with non-Latin characters and names that start with "The"? #5209
Replies: 1 comment
-
Some stuff that might help: One way could be to adjust bucket_alpha_regex. There is an example in the docs. https://beets.readthedocs.io/en/stable/plugins/bucket.html It looks like if you can define a regex mapping between each character and an English/latin letter, Bucket plugin can work with them. E.g. 和 = W? One other way is to adjust the album artist field. https://musicbrainz.org/artist/9a197894-1a40-4650-89a2-928dcfcd1ef6/aliases Adjust your config to prefer EN/roman text: This method depends on accurate alias information being in musicbrainz. Beets pulls from the English (primary?) alias if you set e.g. "languages: en".
For the, you probably want MB field sortname. |
Beta Was this translation helpful? Give feedback.
-
Let's say I have the artists
to be sorted.
How does the program sort them into buckets?
My ideal:
Beta Was this translation helpful? Give feedback.
All reactions