Filebot: Not found

Any questions? Need some help?
Post Reply
Cloaky
Posts: 9
Joined: 23 Feb 2015, 13:58

Filebot: Not found

Post by Cloaky »

Hello everyone! I am new to FileBot and I am trying to get it working on my Synology (214Play)

Here is what I did so far.

Installed Java Manager from Package Center
Downloaded and Installed Java 8 from the Java website (I had to rename the file because Java Manager only accepts Java 7 files)
If I run, java -version I get

Code: Select all

java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Added and installed FileBot from the official repo
However, when I try to run any command, just like filebot -version, I get

Code: Select all

filebot: not found
Did I do anything wrong?

Thanks!
skullzy
Power User
Posts: 50
Joined: 07 Jan 2015, 22:19

Re: Filebot: Not found

Post by skullzy »

try using the full path to filebot. path/to/directory/ filebot or filebot.sh -version
Cloaky
Posts: 9
Joined: 23 Feb 2015, 13:58

Re: Filebot: Not found

Post by Cloaky »

skullzy wrote:try using the full path to filebot. path/to/directory/ filebot or filebot.sh -version
I don't have a folder called path, at least, I couldn't find it...

To loging I used: EDIT:
O finally,

Code: Select all

/volume1/@appstore/filebot/filebot.sh -version
FileBot 4.5.6 (r2818) / Java(TM) SE Runtime Environment 1.8.0_31 (headless)
Post Reply