Search found 28 matches

by limera1n
12 Apr 2020, 16:28
Forum: Help and Support
Topic: filebot leaves .part files behind
Replies: 3
Views: 1908

Re: filebot leaves .part files behind

yeah I know, but when you are downloading a tv show and select only few episodes some torrent clients may create .part files for episodes you haven't chosen which will stay after the download is finished. So, as I understand there is no way to make filebot delete these .part files?
by limera1n
12 Apr 2020, 12:27
Forum: Help and Support
Topic: filebot leaves .part files behind
Replies: 3
Views: 1908

filebot leaves .part files behind

Hello! I have configured filebot on my synology nas to move files from downloads folder to media folder. I have just noticed that it leaves .part files from torrents behind even though I use clean=y option. Since I use a script that calls filebot only if there any files in downloads folder it become...
by limera1n
30 Mar 2020, 18:23
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: rm: cannot remove '/usr/local/filebot-node': Is a directory

Working now, thank you so much for your help rednoah!
by limera1n
30 Mar 2020, 17:43
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: rm: cannot remove '/usr/local/filebot-node': Is a directory

yeah, you are right, found it: Error during startup: ExceptionInInitializerError java.lang.ExceptionInInitializerError at net.filebot.Main.main(Unknown Source) Caused by: net.sf.ehcache.CacheException: java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/root/cache/0/.lock at net.fil...
by limera1n
30 Mar 2020, 17:33
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: rm: cannot remove '/usr/local/filebot-node': Is a directory

but I dont run it through console and task scheduler doesnt produce any output. Or there is way to check it? sorry for my ignorance
by limera1n
30 Mar 2020, 17:24
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: rm: cannot remove '/usr/local/filebot-node': Is a directory

no, i can select to run as admin in task scheduler, but it will not do anything on scheduled time. E.g. if schedule the task to run on 20:30 nothing will happen. Only if I select the task in task scheduler and click run manually or if I make it run under root. I dont get any error.
by limera1n
30 Mar 2020, 17:18
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: rm: cannot remove '/usr/local/filebot-node': Is a directory

the problem is that it will not run under admin (only if click run manually)
by limera1n
30 Mar 2020, 17:06
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: rm: cannot remove '/usr/local/filebot-node': Is a directory

I also noticed a strange thing: filebot scheduled tasks will only run under root for some reason. It will run under admin only if I click run manually but not on scheduled time. Is it ok?
by limera1n
30 Mar 2020, 17:04
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: rm: cannot remove '/usr/local/filebot-node': Is a directory

that's the output: root@DS414:~# export JAVA_OPTS="-Xmx512m" root@DS414:~# filebot -script fn:sysinfo FileBot 4.9.1 (r7306) JNA Native: 6.1.0 MediaInfo: 19.04 p7zip: p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,2 CPUs) unrar: UNRAR 5.21 freeware FFprobe: 3.3.7 Chromaprint: ...
by limera1n
30 Mar 2020, 16:35
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: rm: cannot remove '/usr/local/filebot-node': Is a directory

like this: #!/bin/bash FILE="" DIR="/volume1/downloads/" if [ "$(ls -A $DIR)" ]; then export JAVA_OPTS="-Xmx512m" filebot -script 'fn:amc' /volume1/downloads --output /volume1/video --action move -non-strict --order Airdate --conflict auto --lang ru --def 'cle...
by limera1n
30 Mar 2020, 16:22
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: rm: cannot remove '/usr/local/filebot-node': Is a directory

If I understand correctly, I should past it into my script for filebot, right?
by limera1n
30 Mar 2020, 16:07
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: rm: cannot remove '/usr/local/filebot-node': Is a directory

will this settings hold or should I use it every time when running filebot? I mean DSM will not reset it after reboot for example?
by limera1n
30 Mar 2020, 15:50
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: rm: cannot remove '/usr/local/filebot-node': Is a directory

how can I configure the memory limit for filebot? I mostly call it through task scheduler (automatically) which does not involve filebot node
by limera1n
30 Mar 2020, 15:33
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

that is what sysinfo says: FileBot 4.9.0 (r7234) JNA Native: 6.1.0 MediaInfo: 19.04 p7zip: p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,2 CPUs) unrar: UNRAR 5.21 freeware FFprobe: 3.3.7 Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or ...
by limera1n
30 Mar 2020, 15:04
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

This seems to resolve the issue, filebot starts now without any errors, thanks! Could you also please take a look at my filebot log. As I mentioned before I use a script that looks for files in downloads folder that runs filebot if there are any. It is scheduled to run every 5 minutes via nas task s...
by limera1n
30 Mar 2020, 13:35
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

What would be the correct command to delete /usr/local/filebot-node? sorry, I am fairly new to all of this
by limera1n
30 Mar 2020, 13:25
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

Code: Select all

root@DS414:/usr/local/filebot-node# cd /usr/local/filebot-node
root@DS414:/usr/local/filebot-node# ls -l
total 4
drwxr-xr-x 2 root root 4096 Mar 26 21:19 data
lrwxrwxrwx 1 root root   33 Mar 30 14:00 target -> /var/packages/filebot-node/target
by limera1n
30 Mar 2020, 13:21
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

it says: no such file or directory
by limera1n
30 Mar 2020, 13:19
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

Code: Select all

cd /usr/local/filebot-node && ./start
-ash: ./start: No such file or directory
by limera1n
30 Mar 2020, 13:16
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

also I get the following error when trying to run filebot in command line under root:
https://imgur.com/IWfYkGo
by limera1n
30 Mar 2020, 13:07
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

that is what I get:

Code: Select all

find / -name filebot-node.log 2> /dev/null
/var/log/packages/filebot-node.log
by limera1n
30 Mar 2020, 12:27
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

apparently I dont have filebot-node.log file by this path:

Code: Select all

/var/log/upstart/filebot-node.log: No such file or directory
by limera1n
30 Mar 2020, 11:23
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

ok, I managed to get the log file (I have it in /var/log/packages/filebot-node.log):

https://www.dropbox.com/s/nsvitkid72hnv ... g.txt?dl=0

sorry for a bit strange format but this is how I copied it from putty.
by limera1n
30 Mar 2020, 08:24
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

I see, thanks for the replies! I will reach out when I can get my hands on the log file.
by limera1n
30 Mar 2020, 07:56
Forum: Help and Support
Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
Replies: 44
Views: 11256

Re: Filebot node: error on launch

So, until I get access to the log file there is nothing that I can do (I need to forward a port on my router to ssh into nas remotely which I cant do outside of my local network)? Btw which version of node.js should I use? currently I have v12 installed