Search found 10 matches

by bloodysoul
06 Oct 2014, 17:06
Forum: Scripting and Automation
Topic: AMC script: TV artwork not in one folder
Replies: 4
Views: 3748

Re: AMC script: TV artwork not in one folder

Thanks. I am thinking about using the artwork.tvdb.groovy script (http://filebot.net/scripts/artwork.tvdb.groovy) after calling the amc script. I would than try to limit it to my needs. Is it possible to do so? Where should the script be placed? on home/USER/.filebot/ ? And how do I call it: filebot ...
by bloodysoul
05 Oct 2014, 15:52
Forum: Scripting and Automation
Topic: AMC script: TV artwork not in one folder
Replies: 4
Views: 3748

Re: AMC script: TV artwork not in one folder

But why is it writing the artwork to the Show/Season x/Subs folder (see the log)?
Also, is there a way to define which artworks are downloaded, or maybe to set some other parameters for the artworks?

Thanks a lot!!
by bloodysoul
05 Oct 2014, 11:42
Forum: Scripting and Automation
Topic: AMC script: TV artwork not in one folder
Replies: 4
Views: 3748

AMC script: TV artwork not in one folder

Hi, I have a problem with the artwork option, when using the amc script. It downloads the artworks in every possible folder, which is of course not quite right. It works like a charm with movies. It would be better to follow the xbmc filenamings (See http://wiki.xbmc.org/index.php?title=Add-on ...
by bloodysoul
14 Sep 2014, 18:59
Forum: Help and Support
Topic: Send error log when failed
Replies: 4
Views: 2824

Re: Send error log when failed

This is exactly what I need. Thank you very much!!!
Is there a way to see which options (such as reportError) are available?

EDIT: Nevermind, I found it. Here: http://www.filebot.net/forums/viewtopic.php?f=4&t=215
by bloodysoul
14 Sep 2014, 18:51
Forum: Help and Support
Topic: Send error log when failed
Replies: 4
Views: 2824

Re: Send error log when failed

As I said before, I only receive messages when success. Could you please tell me what options do you mean to send the error messages?

Thanks
by bloodysoul
14 Sep 2014, 14:45
Forum: Help and Support
Topic: Send error log when failed
Replies: 4
Views: 2824

Send error log when failed

Hi,

is there any chance to send a notification per email when the script fails? Currently I just get an email if it succeeds!
by bloodysoul
08 Jul 2014, 22:58
Forum: Help and Support
Topic: Showing foreign and english movie title
Replies: 3
Views: 2914

Re: Showing foreign and english movie title

Thank you. That worked. Another question:

Is there a better alternative to

Code: Select all

{if (ext == 'srt') '.'+lang}
I want the language tag only on subtitles.
by bloodysoul
08 Jul 2014, 16:44
Forum: Help and Support
Topic: Showing foreign and english movie title
Replies: 3
Views: 2914

Showing foreign and english movie title

I am having problems with foreign movie titles. I want to get the foreign title and the english one. I am using {n} and {primaryTitle}, but they seem to output the same title. Here ist my movieFormat : MovieFormat="movieFormat=anarky/MOVIES/{n == primaryTitle ? n.upperInitial() : primaryTitle ...
by bloodysoul
10 Jun 2014, 21:50
Forum: Help and Support
Topic: Operator == not aceepted anymore after update to 4.1
Replies: 2
Views: 2226

Re: Operator == not aceepted anymore after update to 4.1

Thank you for the very fast answer. You're the best.
To update to r2250, it is enough to just replace filebot.jar, right?

--
EDIT: replacing just the jar file worked. Everything back to normal.
by bloodysoul
10 Jun 2014, 14:53
Forum: Help and Support
Topic: Operator == not aceepted anymore after update to 4.1
Replies: 2
Views: 2226

Operator == not aceepted anymore after update to 4.1

Hi, after updating to Filebot 4.1 I get this error : javax.script.ScriptException: SyntaxError: missing token: } This is my command: filebot -script fn:amc "/media/hush/Downloads/Kung Fu Panda Legends of Awesomeness S03E16 The Eternal Chord 1080p WEB DL DD5 1 H 264-BS" --output "/media" --log-file ...