Page 1 of 1

Help! How to shorten title

Posted: 30 May 2016, 06:28
by AiEsper
Hi ,
So, how to shorten title name
How to be this
Akatsuki No Yona 01[480p]

instead of this
Akatsuki no Yona The Girl Standing in the Blush of Dawn 01 [480p]
This is my code

Code: Select all

{n.replaceTrailingBrackets()} {sxe} [{vf}]{[source]}
Thanks before

Re: Help! How to shorten title

Posted: 30 May 2016, 06:46
by rednoah
{n} gives me Yona of the Dawn with AniDB and TheTVDB.


Assuming that {primaryTitle} is Akatsuki no Yona: The Girl Standing in the Blush of Dawn you can probably do something like this:

Code: Select all

{primaryTitle.before(':')}

Re: Help! How to shorten title

Posted: 31 May 2016, 08:42
by AiEsper
rednoah wrote:{n} gives me Yona of the Dawn with AniDB and TheTVDB.


Assuming that {primaryTitle} is Akatsuki no Yona: The Girl Standing in the Blush of Dawn you can probably do something like this:

Code: Select all

{primaryTitle.before(':')}
Actually i using indonesia language to "automatically" change katakana/hiragana title to romaji..
So how to make so works with amc script ?
Thanks again...