Stuck using filebot 4.0 on mac / process failed
Posted: 14 Jan 2015, 01:56
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
This does not seem to work. Below is what I get if I from transmission
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.
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"
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]