Stuck using filebot 4.0 on mac / process failed

Any questions? Need some help?
Post Reply
delvxe
Posts: 3
Joined: 14 Jan 2015, 01:44

Stuck using filebot 4.0 on mac / process failed

Post by delvxe »

I am using an older mac that cannot support osx beyond 10.6.8 Snow Leopard. The latest java I can use is 6 which I understand to mean I cannot go past filebot 4.0. This is fine with me as long as I can get it to work

I have transmission set to execute transmission-postprocess which has the below command

Code: Select all

#!/bin/bash
/Applications/FileBot.app/Contents/MacOS/filebot -script fn:amc --output "/Volumes/Volume_1/Videos" --log-file amc.log --action move --conflict override -non-strict --def artwork=y --def clean=y --def plex=macbook.local:32400 "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME"
This does not seem to work. Below is what I get if I from transmission

Code: Select all

mac-mini-2:~ Terry$ /Users/Terry/Desktop/transmission-postprocess ; exit;
Locking /Users/Terry/.filebot/logs/amc.log
FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/master/amc.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/master/amc.groovy
	at net.sourceforge.filebot.web.WebRequest.fetch(WebRequest.java:140)
	at net.sourceforge.filebot.web.WebRequest.fetchIfModified(WebRequest.java:118)
	at net.sourceforge.filebot.web.CachedResource.fetchData(CachedResource.java:32)
	at net.sourceforge.filebot.web.CachedResource.fetchData(CachedResource.java:11)
	at net.sourceforge.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.java:133)
	at net.sourceforge.filebot.web.AbstractCachedResource.get(AbstractCachedResource.java:78)
	at net.sourceforge.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(ArgumentProcessor.java:236)
	at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:84)
	at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:123)
	at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (°_°)
logout

[Process completed]
I had this working on my PC and even had it working an a more recent mac, but cannot seem to get it to work here. I am sorry if I am not entirely clear here, I am a little out of my league with all of the code and command line stuff.
delvxe
Posts: 3
Joined: 14 Jan 2015, 01:44

Re: Stuck using filebot 4.0 on mac / process failed

Post by delvxe »

A couple more data points that may or may not be relevant.

- I installed filebot 4.0 from the sourceforge archives.

- I cannot call FileBot without putting the whole path in the command. For example, if I just put in "filebot -version" then I get "Command not found"
User avatar
rednoah
The Source
Posts: 23947
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Stuck using filebot 4.0 on mac / process failed

Post by rednoah »

Sorry, what you're trying to do is call the online scripts, which are no longer available. Scripting is currently only supported for FileBot 4.2 or higher.

You can run the scripts locally but you'll need to find a revision that is old enough to still be compatible with FileBot 4.0 (the latest version of the script absolutely isn't) then download that and run with -script /path/to/script.groovy ;)

You will find the revision history here:
https://github.com/filebot/scripts/commits/devel
:idea: Please read the FAQ and How to Request Help.
delvxe
Posts: 3
Joined: 14 Jan 2015, 01:44

Re: Stuck using filebot 4.0 on mac / process failed

Post by delvxe »

Thanks for pointing me on the right direction. I will give it a shot tonight.

Thanks.
Post Reply