Search found 3 matches

by ricobelo
28 Apr 2016, 22:51
Forum: Episode / Movie Naming Scheme
Topic: Fetch episode and movie names in french and english
Replies: 17
Views: 10031

Re: Fetch episode and movie names in french and english

{localize.french.title is working fine for my series with version 4.6.2

Now is there a way to get the series name in french also.
I tried {localize.french.name} but it does not work with series format

thanks
by ricobelo
28 Apr 2016, 14:01
Forum: Episode / Movie Naming Scheme
Topic: Problem with non existing Tags
Replies: 8
Views: 6373

Re: Problem with non existing Tags

This is how I'd write that: {audios.collect{ a -> allOf{[a.codec, a.channels+'ch']}{a.Language} }.findAll{ it[1] }.groupBy{ it[0] }.collect{ k, v -> k + v*.get(1) }.flatten().join('.') } If you use a binding that is undefined/null/etc it'll cause an Exception to be thrown. So you can catch that wit...
by ricobelo
14 Apr 2016, 19:35
Forum: Scripting and Automation
Topic: wrong subtitle language detected
Replies: 1
Views: 1748

wrong subtitle language detected

Hi, I am trying to rename my TV show episodes using the language information from the text Map (text.language or texts[0].language) it works globally fine but I have encountered a strange case. The text language is undefined (confirmed with MediaInfo and VLC) but filebot defines it as 'en' for Engli...