Hi,
I've been passing some music through filebot, and I'm having an issue with japanese songs. The program renames the files to the original Kana, wich is great, but not very usefull for me. I tried to use ascii(), but it doesn't do the job completely good. Is there any solution?
Romanize kana
Re: Romanize kana
Should to the job completely. Please post the filenames or characters that don't get asciified/cleaned.
Re: Romanize kana
Code: Select all
{if(n)n.ascii();artist.ascii()}\{if(album)"$y - "+"${album.ascii()}\\"}{if(pi)"${pi.pad(2)} - ";}{t.ascii()}
detoroito?metaru?shiti\2008 - Makai Yugi ~for the movie~\01 - SATSUGAI
{if(n)n;artist}\{if(album)"$y - "+"${album}\\"}{if(pi)"${pi.pad(2)} - ";}{t}
デトロイト・メタル・シティ\2008 - Makai Yūgi ~for the movie~\01 - SATSUGAI
Thanks for your time!

Re: Romanize kana
non-ascii chars will be replaced with ? by default. You can replace non-ascii with space instead:
I guess I should make space the default replacement instead of question mark.
Code: Select all
{t.ascii(' ')}