Problem Mac/transmission

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
darkspwn
Posts: 1
Joined: 26 Apr 2014, 15:47

Problem Mac/transmission

Post by darkspwn »

Hello to everyone,

I recently tried setting up the script for the automated media center with no luck. After a download is complete, nothing happens and I can't even see any logs registered.

Running the script in Terminal:

Code: Select all

#!/bin/bash
/Applications/Filebot.app/Contents/MacOS/filebot -script fn:amc --output "/Users/hackarre/Desktop/test" --log-file amc.log --action hardlink --conflict override -non-strict --def "ut_dir=/Users/hackarre/Downloads/Torrent/Done/Hawaii.Five-0.2010.S04E13.HDTV.x264-LOL.mp4” "ut_file=" "ut_kind=multi" "ut_title=Hawaii.Five-0.2010.S04E13.HDTV.x264-LOL” "ut_label=" "ut_state=5"

Returns the following error:

Code: Select all

/Users/hackarre/Desktop/test/ping ; exit;
Locking /Users/hackarre/.filebot/logs/amc.log
Parameter: ut_dir = /Users/hackarre/Downloads/Torrent/Done/Hawaii.Five-0.2010.S04E13.HDTV.x264-LOL.mp4” ut_file= ut_kind=multi ut_title=Hawaii.Five-0.2010.S04E13.HDTV.x264-LOL”
Parameter: ut_label = 
Parameter: ut_state = 5
MissingPropertyException: No such property: ut_kind for class: Script3
groovy.lang.MissingPropertyException: No such property: ut_kind for class: Script3
	at Script3.run(Script3.groovy:102)
	at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:91)
	at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:85)
	at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:123)
	at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (°_°)
logout
What am I missing?

Thanks!
User avatar
rednoah
The Source
Posts: 23940
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Problem Mac/transmission

Post by rednoah »

U+201D : RIGHT DOUBLE QUOTATION MARK

Code: Select all

U+0022 : QUOTATION MARK

Code: Select all

"
Not the same. Don't use Word to edit scripts, and use a code editor instead.
:idea: Please read the FAQ and How to Request Help.
Post Reply