Search found 29 matches

by ca81
01 Sep 2020, 03:45
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 28257

Re: Trouble with audio channels

Thanks @rednoah / @kim for your kind suggestions. After posting my code snippet yesterday, I have made some changes to the code as I realized that I need to get the information for only the 1st & 2nd Audio streams (only if 2nd audio stream is present) and not for any additional audio streams. Up...
by ca81
30 Aug 2020, 21:16
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 28257

Re: Trouble with audio channels

Hi, I have a file with multiple audio tracks and each track is of a different language, has a different codec and different number of channels. I am a noob at Groovy and after going through multiple forum posts, I am using the code {"$channels-$ac"}-{audioLanguages.ISO3B*.upper().joining('...
by ca81
15 Dec 2019, 00:09
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 554574

Re: How about sharing our format expressions?

Thanks rednoah for the quick response!!!

this seems to work as intended :D
rednoah wrote: 14 Dec 2019, 21:32 2.

Code: Select all

{any{source}{'NA'}}

Code: Select all

NA
but this returns nothing :(
rednoah wrote: 14 Dec 2019, 21:32 1.

Code: Select all

{audioLanguages.ISO2.joining('-', '(', ')')}

Code: Select all

(en-ja)
by ca81
14 Dec 2019, 20:53
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 554574

Re: How about sharing our format expressions?

Hi, Have been using Filebot for sometime now and finally went ahead and got a subscription. Kudos to rednoah for an amazing product!!! I am using the following piece of code for renaming the TV series that I have: {n.replace(':','.').replace('?','!').replace('*','@')} - {s00e00} - {t.replace(':','.'...