Any way to romanize japanese titles? #5619
Unanswered
UtkarshVerma
asked this question in
Q&A
Replies: 1 comment 4 replies
-
https://beets.readthedocs.io/en/stable/reference/config.html#languages (outdated example) https://gist.github.com/RollingStar/86e041338df295afbbf77a9027903068#file-beets_config-yaml-L36 Make sure to check on musicbrainz that the "alias" you want:
It's technically possible to algorithmically map Japanese to a latin script, but won't work perfectly. https://japanese.stackexchange.com/questions/56640/is-it-possible-to-algorithmically-convert-japanese-text-to-romaji AI methods may perform well, but IDK if that has been attempted. e.g. https://github.com/Kyubyong/neural_japanese_transliterator |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a bunch of japanese songs in my music collection and it's hard to read or search them if they're titled in Kanji. I would prefer to have them in Romaji instead. Is there a way to achieve this using
beets
?This is what I get so far.
In this case, I would just like to save the title as
Hyakka Ryouran
, which is the romaji for the title.Beta Was this translation helpful? Give feedback.
All reactions