Search found 13 matches

by angus
10 May 2016, 10:50
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

Thank you very much, this is the new format ad it works as before: {norm = {it.upperInitial().lowerTrail().replaceTrailingBrackets().replaceAll(/[`´‘’?""“”]/, "'").replaceAll(/[:|]/, " - ").replaceAll(/[?]/, "!").replaceAll(/[*\s]+/, " ").replaceAll(...
by angus
10 May 2016, 10:13
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

Hi again. After upgrading to FileBot 4.7 some square brackets are added and I wish them not to be there. This is the format I use: {norm = {it.upperInitial().lowerTrail().replaceTrailingBrackets().replaceAll(/[`´‘’?""“”]/, "'").replaceAll(/[:|]/, " - ").replaceAll(/[?]/...
by angus
13 Jul 2014, 16:47
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

Thanks a lot :) :) :)
by angus
13 Jul 2014, 15:04
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

Thanks for the suggestion! I tried that now: {audios.collect{ aud -> allOf{aud.codec}{aud.language}{aud.channels+'ch'} }*.join(' ').join(' + ')} and {audios.collect{ aud -> allOf{aud.format}{aud.language}{aud.channels+'ch'} }*.join(' ').join(' + ')} And it kinda works. Is there a way to estrapolate ...
by angus
13 Jul 2014, 14:20
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

Thanks again, but this expression doesn't work properly, some movies are renamed like this:

300 (2006) [XviD 360p] [AC3 6ch + AC3 2ch]

Instead it should be:

300 (2006) [XviD 360p] [AC3 Italian 6ch + MP3 English 2ch]
by angus
12 Jul 2014, 17:47
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

Thank you very much RedNoah!
This works perfectly for some movies, but unfortunately most of the movies show the error BindingException: "language": undefined.
Any idea how to fix this?
by angus
10 Jul 2014, 12:51
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

Hello it's me again with another question, I'm using the following expression: {n} ({y}) [{vc} {vf}] [{ac} {media.Audio_Language_List} {audio['Channel(s)']}ch] eg: American Hustle (2013) [x264 720p] [AC3 English 6ch] But I have some movies with double languages and I'm trying to do something like th...
by angus
23 Dec 2013, 22:14
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

That was it...
Thank you very much and happy holidays!
by angus
23 Dec 2013, 15:13
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

Hello Rednoah, after upgrading I have a problem, the following error appears:

BindingError: "audio": Could not initialize class.net.sourceforge.filebot.mediainfo.MediaInfoLibrary

Any help? Thanks!
by angus
26 Oct 2013, 13:47
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

Thank you very much :) Everything works like a charm!
by angus
26 Oct 2013, 12:15
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

rednoah wrote:Yep, try the latest FileBot 3.8 RC5
Thanks, where can I download it?

One more question, can I get the value Audio_Language_List from the tab "general" in MediaInfo?
by angus
25 Oct 2013, 20:17
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Re: Trouble with audio channels

Thank you very much for your quick answer :) I've tried now with: {n} ({y}) [{vc} {vf}] [{ac} {audio['Channel(s)_Original']}ch] but some movies come out like this: Movie name (2013) [x264 1080p] [AAC ch] Is there a way to make a conditional expression? Something like if {audio['Channel(s)_Original']...
by angus
25 Oct 2013, 17:50
Forum: Help and Support
Topic: Trouble with audio channels
Replies: 47
Views: 26801

Trouble with audio channels

Hello I've just downloaded FileBot a few hours ago and started playing aroung with this awesome program :) I was trying to rename a few movies with this expression: {n} ({y}) [{vc} {vf}] [{ac} {af}] and I noticed that some movies are renamed Movie name (2013) [x264 1080p] [AAC 2ch] but there actuall...