automatically convert german umlauts?

Any questions? Need some help?
Post Reply
stifman2k
Posts: 2
Joined: 29 Mar 2016, 09:48

automatically convert german umlauts?

Post by stifman2k »

Hi,

i'm using two simple scripts to rename my movies and series. Is it possible to automatically convert german umlauts like ä.ü,ö, in ae, ue, oe?

this what i use for movies:
/{n} ({y})/{n} ({y}){' CD'+pi}{'.'+lang}
and this for series:
{n} - {s00e00}

Thanks for your help!
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: automatically convert german umlauts?

Post by rednoah »

Format Expressions wrote:ascii()
Convert Unicode to ASCII. (e.g. "Österreich" -> "Osterreich" or "カタカナ" -> "katakana")
e.g.

Code: Select all

{n.ascii()}
@see http://www.filebot.net/naming.html
:idea: Please read the FAQ and How to Request Help.
stifman2k
Posts: 2
Joined: 29 Mar 2016, 09:48

Re: automatically convert german umlauts?

Post by stifman2k »

thank you very much!
Post Reply