Windows store version not shown in 'filebot -version'
Posted: 25 Mar 2017, 10:37
I originally had 4.7.2 and started looking around for help when the amc script stopped working moving completed torrents.
So I read something about updating to the latest version and updated Java along with downloading Filebot from the Windows store, but cmd is still showing filebot -version as 4.7.2 and the uTorrent processing is still not working.
Please help 
Code: Select all
C:\WINDOWS\system32>filebot -script fn:sysinfo
Script not found: sysinfo
java.io.FileNotFoundException: Script not found: sysinfo
at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:54)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:113)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:28)
at net.filebot.Main.main(Main.java:124)
Failure (°_°)
Code: Select all
C:\WINDOWS\system32>filebot -version
FileBot 4.7.2 (r4178) / Java(TM) SE Runtime Environment 1.8.0_121
Code: Select all
C:\WINDOWS\system32>filebot -script fn:amc --output "H:/Media" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=n artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Locking C:\Users\Lee\AppData\Roaming\FileBot\logs\amc.log
Script not found: amc
java.io.FileNotFoundException: Script not found: amc
at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:54)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:113)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:28)
at net.filebot.Main.main(Main.java:124)
Failure (┬░_┬░)
