Not Working. Have Log.

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
richardcuster38
Posts: 2
Joined: 11 Mar 2013, 08:56

Not Working. Have Log.

Post by richardcuster38 »

Parameter: artwork = y
Parameter: ut_dir = /media/fred/Data/.downloads/.incomplete/This Is 40 UNRATED (2012) [1080p]
Parameter: ut_kind = multi
Parameter: ut_title = This Is 40 UNRATED (2012) [1080p]
Done ヾ(@⌒ー⌒@)ノ

using

Code: Select all

#!/bin/bash
filebot -script fn:amc --output "/media/fred/Data" --action copy --conflict override -non-strict --def artwork=y "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME"
plz&thx for any help
User avatar
rednoah
The Source
Posts: 22898
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Not Working. Have Log.

Post by rednoah »

What's the contents of that folder?

Code: Select all

ls "/media/fred/Data/.downloads/.incomplete/This Is 40 UNRATED (2012) [1080p]"
:idea: Please read the FAQ and How to Request Help.
Post Reply