[Windows] amc beginner issues

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Sparkum
Posts: 3
Joined: 25 Jan 2016, 16:51

[Windows] amc beginner issues

Post by Sparkum »

Hey guys.

I've looked and looked and found tons of scripts on the filebot forum but for some reason I just cant get anything to work.

Looking for something very simple to move from

E:/unsorted to E:/sorted with a series and season structure, rename or not dont care about that.

Any help would be greatly appreciated.

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

Re: [Windows] Little help with moving files

Post by rednoah »

Use the amc script:
viewtopic.php?f=4&t=215#p1561
:idea: Please read the FAQ and How to Request Help.
Sparkum
Posts: 3
Joined: 25 Jan 2016, 16:51

Re: [Windows] Little help with moving files

Post by Sparkum »

Ya so I have, I assume I'm doing something wrong, I'm using the non torrent one. (Also trying the adjust the torrent one)

This is what I get, and it just keeps going


https://www.dropbox.com/s/4hjw96d8d9bvk ... t.PNG?dl=0
https://www.dropbox.com/s/59ffkcyo67us7 ... 2.PNG?dl=0
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Windows] Little help with moving files

Post by rednoah »

What's the filebot -script fn:sysinfo output? It's very strange that there doesn't seem to be any output at all.

How did you install FileBot? What does where filebot say?

@see viewtopic.php?f=6&t=1868
:idea: Please read the FAQ and How to Request Help.
Sparkum
Posts: 3
Joined: 25 Jan 2016, 16:51

Re: [Windows] Little help with moving files

Post by Sparkum »

Hmm sorry is this what your after?


FileBot 4.6.1 (r3315)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.78
Apache Commons VFS: [zip, ftps, rar, ftp, tar, tgz, tbz2, sftp]
Chromaprint: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: DISABLED
Groovy Engine: 2.4.5
JRE: Java(TM) SE Runtime Environment 1.8.0_71
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 3 GB Max Memory / 27 MB Used Memory
OS: Windows Server 2012 R2 (amd64)
Package: MSI
Data: C:\Users\Administrator\AppData\Roaming\FileBot
groovy.lang.MissingPropertyException: No such property: filebot for class: Script4
at Script4.run(Script4.groovy:1)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.GroovyPad$Runner$1.run(GroovyPad.java:231)


And I installed with Windows Installer 4.6.1
Java 8.71
Windows Server 2012r2 64 bit

Is that the Filebot I should be using or should I install a different one?

Sorry, used the program before just never automated anything.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Windows] Little help with moving files

Post by rednoah »

1.
Open Windows CMD

2.
Execute:

Code: Select all

filebot -script fn:sysinfo
3.
Execute:

Code: Select all

where filebot
4.
Post screenshot.

e.g.
Image
:idea: Please read the FAQ and How to Request Help.
Post Reply