Search found 131 matches

by stephen147
04 Sep 2015, 21:10
Forum: Feature Requests and Bug Reports
Topic: BUG {vc} etc bindings not working (WITH FIX)
Replies: 15
Views: 7483

Re: BUG {vc} etc bindings not working (WITH FIX)

You mean this? If you're using 64-bit Java you must install 64-bit FileBot, if you're using 32-bit Java you must install 32-bit FileBot. If you have installed 64-bit Windows and 64-bit FileBot and 32-bit Java, the java process will be in 32-bit compatibility mode and the native libraries won't work....
by stephen147
04 Sep 2015, 13:50
Forum: Feature Requests and Bug Reports
Topic: BUG {vc} etc bindings not working (WITH FIX)
Replies: 15
Views: 7483

BUG {vc} etc bindings not working (WITH FIX)

Hi, I recently started using this program and discovered quickly that the bindings didn't work. I read on the forum that this was an issue with java. I've found two solutions (2nd not as trustworthy). 1. - Open filebot - DO NOT load any files yet - Press F5 twice - Close that dialog - Loading files ...
by stephen147
02 Sep 2015, 17:00
Forum: Episode / Movie Naming Scheme
Topic: How about sharing our format expressions?
Replies: 33
Views: 496410

Re: How about sharing our format expressions?

:!: ANY BUGS PLEASE LET ME KNOW BY PRIVATE MAIL :!: :!: USE AT YOUR OWN PERIL :!: TV Shows: Will move files organised to folders: DRIVELETTER:\TV\Californication\Californication - (2014-04-20) S07E02 - Julia 480p HDTV AAC 2ch x264_mSD Load in your eposide files & subtitle files into Filebot. (Yo...
by stephen147
02 Sep 2015, 16:45
Forum: Episode / Movie Naming Scheme
Topic: if statements followed by else if. How to do this?
Replies: 3
Views: 4439

Re: if statements followed by else if. How to do this?

{any{"_$group"}{fn.match(/_.+?$/)}{'_NA'}} Working Code above. Thanks for your help. I fixed the Java thing. Not sure how or what fixed it. I only install x64 java after removing them all and cleaning the registry. Then my browser only supports x86. So when I went to verify it, it couldn'...
by stephen147
02 Sep 2015, 11:21
Forum: Episode / Movie Naming Scheme
Topic: if statements followed by else if. How to do this?
Replies: 3
Views: 4439

Re: if statements followed by else if. How to do this?

Thanks, I can now see how that works. I did read that link. Just need to get used to the syntax. Trouble is I think Java is stopping the application from getting its bindings. I've read others on here with the same problem and followed their fixes but nothing works. v4.6, win x64 Will I create a new...
by stephen147
01 Sep 2015, 23:29
Forum: Episode / Movie Naming Scheme
Topic: if statements followed by else if. How to do this?
Replies: 3
Views: 4439

if statements followed by else if. How to do this?

Hi all, I have the code below: {n} - ({d}) {s00e00} - {t.replace(':','-').replaceAll(/[\/:*?"<>|]/,' - ')} {vf} {"${self.source ?: 'NA'}"} {ac} {af.replaceAll(/2ch/, "2ch").replaceAll(/6ch/, "5.1ch")} {vc}{"_${self.group ?: 'NA'}"} Which outputs the strin...