Hi everybody !!
I use Filebot on Synology NAS DS213J, why after every installation of NAS new firmware, Filebot doesn't work anymore ?
It is installed, I see it in the applications, but if I do filebot -version in cmdline, it tells me that Filebot doesn't exist
Why ?
Thank you so much
FILEBOT DOESN'T WORK ON NAS SYNOLOGY
Re: FILEBOT DOESN'T WORK ON NAS SYNOLOGY
Synology overrides the symlink in /usr/syno/bin so I've changed it to /usr/local/bin for next release to see if that'll work.
Re: FILEBOT DOESN'T WORK ON NAS SYNOLOGY
ok, thank you !
Re: FILEBOT DOESN'T WORK ON NAS SYNOLOGY
dont think usr/local/bin exists? is it hidden?
Re: FILEBOT DOESN'T WORK ON NAS SYNOLOGY
Hi,
same question here. Last week filebot 4.5.6 was running fine on the DS213j and I have used it for renaming my movies:
NAS> java -version
java version "1.8.0_33"
Java(TM) SE Runtime Environment (build 1.8.0_33-b05)
Java HotSpot(TM) Client VM (build 25.33-b05, mixed mode)
NAS> filebot -version
FileBot 4.5.3 (r2729) / Java(TM) SE Runtime Environment 1.8.0_33 (headless)
I think there was an update in DS and now I got:
NAS> java -version
java version "1.8.0_33"
Java(TM) SE Runtime Environment (build 1.8.0_33-b05)
Java HotSpot(TM) Client VM (build 25.33-b05, mixed mode)
NAS> filebot -version
-ash: filebot: not found
What is going wrong?
Already tried by reinstalling filebot, but nothing changed.
What can I do to get it running? Info in DS-GUI is that filebot is running.
Where is the filebot executable?
same question here. Last week filebot 4.5.6 was running fine on the DS213j and I have used it for renaming my movies:
NAS> java -version
java version "1.8.0_33"
Java(TM) SE Runtime Environment (build 1.8.0_33-b05)
Java HotSpot(TM) Client VM (build 25.33-b05, mixed mode)
NAS> filebot -version
FileBot 4.5.3 (r2729) / Java(TM) SE Runtime Environment 1.8.0_33 (headless)
I think there was an update in DS and now I got:
NAS> java -version
java version "1.8.0_33"
Java(TM) SE Runtime Environment (build 1.8.0_33-b05)
Java HotSpot(TM) Client VM (build 25.33-b05, mixed mode)
NAS> filebot -version
-ash: filebot: not found
What is going wrong?
Already tried by reinstalling filebot, but nothing changed.
What can I do to get it running? Info in DS-GUI is that filebot is running.
Where is the filebot executable?
Re: FILEBOT DOESN'T WORK ON NAS SYNOLOGY
The current logic for linking filebot to bin is broken. You will have to link the executable into bin yourself. It' where all the other synology app packages are.
Re: FILEBOT DOESN'T WORK ON NAS SYNOLOGY
And where is "where all the other synology app packages are"? Can't find itrednoah wrote:The current logic for linking filebot to bin is broken. You will have to link the executable into bin yourself. It' where all the other synology app packages are.

Update: OK!
For others with the same problem, I think it could be there:
NAS> /volume1/@appstore/filebot/filebot.sh -version
FileBot 4.5.6 (r2818) / Java(TM) SE Runtime Environment 1.8.0_33 (headless)
And with:
NAS> ln -s /volume1/@appstore/filebot/filebot.sh /usr/bin/filebot
I can use it like before:
NAS> filebot -version
FileBot 4.5.6 (r2818) / Java(TM) SE Runtime Environment 1.8.0_33 (headless)
Re: FILEBOT DOESN'T WORK ON NAS SYNOLOGY
thanks Giovanne. Symlins perfect now. Still doesnt fix my issue on working in Scheduled task though. Apparently it breaks every update because the link is not global and only in the user profile or something?
Re: FILEBOT DOESN'T WORK ON NAS SYNOLOGY
Yes. For each update Synology DSM just replaces the whole system partition. So things like /usr/bin and /usr/syno/bin are reset every time. Apparently manually creating /usr/local/bin and then symlinking there will work, though not thorougly tested yet. 
