Search found 6 matches

by Faba
17 Oct 2013, 14:43
Forum: Help and Support
Topic: if statement
Replies: 2
Views: 2652

Re: if statement

Wow that was fast!

I didn't try that one :)

Thanks
by Faba
17 Oct 2013, 14:28
Forum: Help and Support
Topic: if statement
Replies: 2
Views: 2652

if statement

Hy, I didn't find any documantion concering how to use the "if" statement most of it I figured out by try and error. my question is I want to use the {source} tag but only if it is not empty My code is: {if ({source}) '.'{source}} but didn't work, could you provide some assistance? Thanks ...
by Faba
09 Oct 2013, 15:19
Forum: Help and Support
Topic: java.io.IOException: javax.xml.bind.UnmarshalException
Replies: 2
Views: 3283

Re: java.io.IOException: javax.xml.bind.UnmarshalException

You were right, I delete the history.xml and now it works again. Can't remember if I ever mess with the file.

Thanks anyway
by Faba
09 Oct 2013, 09:40
Forum: Help and Support
Topic: java.io.IOException: javax.xml.bind.UnmarshalException
Replies: 2
Views: 3283

java.io.IOException: javax.xml.bind.UnmarshalException

Hy, Severals days ago i started getting this exception when Filebot is moving a file. The file is moved correctly but I get alot of error code: Processed 1 files Done ã¾(ï¼ âã¼âï¼ )ã java.io.IOException: javax.xml.bind.UnmarshalException - with linked exception: [org.xml.sax.SAXParseException; lineN...
by Faba
03 Sep 2013, 09:02
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 570677

Re: [SNIPPET] Put the "The" at the end

sorry the {y} and {vf} work correctly

so the results is actually " , (2007).720p.mkv".

I escaped the $ sign and now i is working like expected

Thanks!
by Faba
03 Sep 2013, 08:11
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 570677

Re: [SNIPPET] Put the "The" at the end

Hy,

I tried it but it always results in filenames like " , .mkv"

my format string looks like this

Code: Select all

"/mnt/samba/movies/{n} ({y})/{n.replaceFirst(/^(?i)(The|A)\s(.+)/, /$2, $1/).space('.')}.({y}).{vf}"
Any idea what I am doing wrong?

thanks

Faba