THX so much!!!
Search found 6 matches
- 26 Mar 2015, 19:34
- Forum: Scripting and Automation
- Topic: German & English Filename
- Replies: 18
- Views: 20177
Re: German & English Filename
I get this error "BindingException: "info" Extended meta data not available", but it works 
THX so much!!!
THX so much!!!
- 29 Oct 2014, 11:27
- Forum: Scripting and Automation
- Topic: German & English Filename
- Replies: 18
- Views: 20177
Re: German & English Filename
You are my hero 
- 29 Oct 2014, 10:22
- Forum: Scripting and Automation
- Topic: German & English Filename
- Replies: 18
- Views: 20177
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.
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.
- 04 Oct 2014, 15:38
- Forum: Scripting and Automation
- Topic: German & English Filename
- Replies: 18
- Views: 20177
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 doesn't ...
- 21 May 2013, 10:13
- Forum: Episode / Movie Naming Scheme
- Topic: Episode title in two languages
- Replies: 3
- Views: 5376
Re: Episode title in two languages
Thank you very much 
It worked like a charme!
And excuse me, for not searching the forum properly.
It worked like a charme!
And excuse me, for not searching the forum properly.
- 20 May 2013, 17:10
- Forum: Episode / Movie Naming Scheme
- Topic: Episode title in two languages
- Replies: 3
- Views: 5376
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
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