I attempted to search for the particular issue I am having and I have a feeling I am just doing something dumb, but never the less I am asking for a little bit of help with getting filebot to run correctly as a regular user (deluge) instead of having to elevate access to have the program run correctly on my server.
This is my output for filebot -script fn:sysinfo
Code: Select all
FileBot 4.1 (r2245)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.3.2
JRE: OpenJDK Runtime Environment 1.7.0_55 (headless)
JVM: 64-bit OpenJDK 64-Bit Server VM
OS: Linux (amd64)
uname: Linux server 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:06:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
Code: Select all
Exception: Unable to identify or process any files
java.lang.Exception: Unable to identify or process any files
at net.filebot.cli.CmdlineOperations.renameAll(CmdlineOperations.java:574)
at net.filebot.cli.CmdlineOperations.renameMovie(CmdlineOperations.java:499)
at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:138)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:72)
at net.filebot.Main.main(Main.java:192)
Failure (°_°)
Thank you for taking the time to read my post and hopefully we can figure this out. It's probably just me overlooking something obivous.