AMC on a stand alone folder

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
mikelyxx
Posts: 1
Joined: 08 May 2014, 00:34

AMC on a stand alone folder

Post by mikelyxx »

I use Deluge and the Execute script to fire off AMC. When it works, it works wonderfully. When it doesn't, it leaves things which I need to clean up. Is there a way to run AMC as a standalone against a folder to be cleaned up?

thx
User avatar
rednoah
The Source
Posts: 23947
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC on a stand alone folder

Post by rednoah »

Yes. RTFM.
:idea: Please read the FAQ and How to Request Help.
User avatar
alexander_q
Posts: 21
Joined: 19 Aug 2014, 02:02

Re: AMC on a stand alone folder

Post by alexander_q »

I read the manual http://www.filebot.net/forums/viewtopic.php?t=7, still don't know how to do it. Found a video tutorial using fn:utorrent-postprocess but it gives following errors:

Code: Select all

H:\_Unsorted\_Complete>filebot -script fn:utorrent-postprocess "H:\_Unsorted\_Co
mplete" --output "F:\XBMC" --action copy --conflict skip -non-strict "seriesForm
at=F:\XBMC\_TV Shows\{n}\{'Season '+s}\{fn}" "movieFormat=F:\XBMC\_Movies\{n} ({
y})\{fn}"
Aug 19, 2014 4:27:08 PM net.filebot.cli.ArgumentBean getFiles
WARNING: The filename, directory name, or volume label syntax is incorrect
Aug 19, 2014 4:27:08 PM net.filebot.cli.ArgumentBean getFiles
WARNING: The filename, directory name, or volume label syntax is incorrect
FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/v4.1/ut
orrent-postprocess.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts
/v4.1/utorrent-postprocess.groovy
        at net.filebot.web.WebRequest.fetch(WebRequest.java:140)
        at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:118)
        at net.filebot.web.CachedResource.fetchData(CachedResource.java:32)
        at net.filebot.web.CachedResource.fetchData(CachedResource.java:11)
        at net.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.j
ava:133)
        at net.filebot.web.AbstractCachedResource.get(AbstractCachedResource.jav
a:78)
        at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(A
rgumentProcessor.java:198)
        at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:81)
        at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:108)

        at net.filebot.Main.main(Main.java:191)
Failure (░_░)
Launch4j: Failed to run the given command.
User avatar
rednoah
The Source
Posts: 23947
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC on a stand alone folder

Post by rednoah »

Read this manual:
http://www.filebot.net/forums/viewtopic ... =215#p1561

The section that happens to be called Run from cmdline
:idea: Please read the FAQ and How to Request Help.
Post Reply