Search found 28 matches
- 12 Apr 2020, 16:28
- Forum: Help and Support
- Topic: filebot leaves .part files behind
- Replies: 3
- Views: 2930
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?
- 12 Apr 2020, 12:27
- Forum: Help and Support
- Topic: filebot leaves .part files behind
- Replies: 3
- Views: 2930
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 ...
- 30 Mar 2020, 18:23
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
Re: rm: cannot remove '/usr/local/filebot-node': Is a directory
Working now, thank you so much for your help rednoah!
- 30 Mar 2020, 17:43
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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 ...
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 ...
- 30 Mar 2020, 17:33
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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
- 30 Mar 2020, 17:24
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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.
- 30 Mar 2020, 17:18
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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)
- 30 Mar 2020, 17:06
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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?
- 30 Mar 2020, 17:04
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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: java.io ...
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: java.io ...
- 30 Mar 2020, 16:35
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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 'clean=y' 'skipExtract=y' 'minFileSize ...
#!/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 'clean=y' 'skipExtract=y' 'minFileSize ...
- 30 Mar 2020, 16:22
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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?
- 30 Mar 2020, 16:07
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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?
- 30 Mar 2020, 15:50
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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
- 30 Mar 2020, 15:33
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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 ...
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 ...
- 30 Mar 2020, 15:04
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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 ...
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 ...
- 30 Mar 2020, 13:35
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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
- 30 Mar 2020, 13:25
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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
- 30 Mar 2020, 13:21
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
Re: Filebot node: error on launch
it says: no such file or directory
- 30 Mar 2020, 13:19
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
Re: Filebot node: error on launch
Code: Select all
cd /usr/local/filebot-node && ./start
-ash: ./start: No such file or directory
- 30 Mar 2020, 13:16
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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
https://imgur.com/IWfYkGo
- 30 Mar 2020, 13:07
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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
- 30 Mar 2020, 12:27
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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- 30 Mar 2020, 11:23
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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.
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.
- 30 Mar 2020, 08:24
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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.
- 30 Mar 2020, 07:56
- Forum: Help and Support
- Topic: rm: cannot remove '/usr/local/filebot-node': Is a directory
- Replies: 44
- Views: 23824
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