Filebot working only as root
Posted: 07 Jun 2014, 13:02
Good Morning,
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
Typically when I run filebot -rename with my main user account for my server I get an error along these lines.
But if I run the command as sudo filebot -name file.mkv it works just fine. My main issue is that I am attempting to automate Deluge/Filebot and I am unable to get filebot to run correctly after I point it to you shell script from the tutorial thread. I followed that to the T only changing my media root file in the output portion of script. I am not entirely sure if this is actually a filebot issue or just an issue with java. I have full control over the server so if there is anything else I need to add/remove I can do that.
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.
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.