Search found 6 matches

by Hansdampf12345
26 Mar 2015, 19:34
Forum: Scripting and Automation
Topic: German & English Filename
Replies: 18
Views: 14877

Re: German & English Filename

I get this error "BindingException: "info" Extended meta data not available", but it works :)

THX so much!!!
by Hansdampf12345
29 Oct 2014, 11:27
Forum: Scripting and Automation
Topic: German & English Filename
Replies: 18
Views: 14877

Re: German & English Filename

You are my hero :)
by Hansdampf12345
29 Oct 2014, 10:22
Forum: Scripting and Automation
Topic: German & English Filename
Replies: 18
Views: 14877

Re: German & English Filename

Is there another option to get the title in more than one language?

What about not to choose the language for the title in the settings but with an code like this {t;de} or {t;en} for example?

Would be awesome if you could implement something like that.
by Hansdampf12345
04 Oct 2014, 15:38
Forum: Scripting and Automation
Topic: German & English Filename
Replies: 18
Views: 14877

Re: German & English Filename

It's a hack but it works: {def db = net.sourceforge.filebot.WebServices.TheTVDB; db.getEpisodeList(db.search(n)[0], null, Locale.GERMAN).find{ episode.season == it.season && episode.episode == it.episode}.title} This {expression} will get you the german episode title. Unfortunately this doe...
by Hansdampf12345
21 May 2013, 10:13
Forum: Episode / Movie Naming Scheme
Topic: Episode title in two languages
Replies: 2
Views: 3449

Re: Episode title in two languages

Thank you very much :)

It worked like a charme!

And excuse me, for not searching the forum properly.
by Hansdampf12345
20 May 2013, 17:10
Forum: Episode / Movie Naming Scheme
Topic: Episode title in two languages
Replies: 2
Views: 3449

Episode title in two languages

Hi! Is it possible to get the episode title in two languages?

I'm using this format to rename my episode: {s00e00} - {t}
I'd like to have it in this format: {s00e00} - {t} - {t} and both {t} syntaxes should stand for the episode title in different languages.

Cheers from Germany

Hans