post-process is very slow

Support for Ubuntu and other Desktop Linux distributions
Post Reply
christ84300
Posts: 3
Joined: 29 Aug 2020, 19:15

post-process is very slow

Post by christ84300 »

hi, it's been several months that my filebot under docker works without problems, but for several days without any modification are made on my server the post-process of my movies and series takes 24 hours to be done. I post my filebot.sh -script fn:sysinfo, if you have an idea of my concern, thank you very much.
FileBot 4.9.1 (r7372)
JNA Native: 6.1.0
MediaInfo: 19.09
7-Zip-JBinding: 9.20
Chromaprint: 1.4.3
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2020-08-14 (r671)
Groovy: 3.0.3
JRE: OpenJDK Runtime Environment 11.0.8
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 12 Core / 8 GB Max Memory / 43 MB Used Memory
OS: Linux (amd64)
HW: Linux mail 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
STORAGE: ext4 [/] @ 2.9 TB | fuse.mergerfs [/home/cinema/Medias] @ 2.9 TB
DATA: /opt/seedbox/docker/cinema/.filebot/data/root
Package: TAR
License: FileBot License P... (Valid-Until: 2020-12-13)
Done ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: post-process is very slow

Post by rednoah »

What does the log say?


:idea: Please configure FileBot to prefix each log entry with a time stamp before collecting logs so that we can see when it's doing what:

Code: Select all

filebot -script fn:properties --def net.filebot.logging.time=true
:idea: Please read the FAQ and How to Request Help.
christ84300
Posts: 3
Joined: 29 Aug 2020, 19:15

Re: post-process is very slow

Post by christ84300 »

hi, I have to put these lines in filebot-process.sh ? thx
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: post-process is very slow

Post by rednoah »

You just have to call this command once. It'll write a configuration file which is then automatically used by subsequent filebot calls.
:idea: Please read the FAQ and How to Request Help.
christ84300
Posts: 3
Joined: 29 Aug 2020, 19:15

Re: post-process is very slow

Post by christ84300 »

hi, I run the command, the file has been created in
.filebot/data/root
Now if I force the post-process with this command: .filebot# ./filebot-process.sh , nothing happens, unless I wait several hours and the post-process is done by itself. I didn't understand well or I have to look with the command you gave me above, thx
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: post-process is very slow

Post by rednoah »

filebot-process.sh is a script you wrote so we can't help you with that.


If you want to see what a command is doing, then you call the command and look the console output.


e.g. a few command + console output pairs that are useful for debugging as per How to Request Help

Code: Select all

$ filebot -version
FileBot 4.9.2 (r8006) / OpenJDK Runtime Environment 14.0.2 / Mac OS X 10.15.6 (x86_64)

Code: Select all

$ filebot -script fn:properties --def net.filebot.logging.time=true
Update user-defined System Properties
...
net.filebot.logging.time=true

Code: Select all

$ filebot -script fn:sysinfo
FileBot 4.9.2 (r8006)
...
CPU/MEM: 4 Core / 2.1 GB Max Memory / 34 MB Used Memory
OS: Mac OS X (x86_64)
...
[2020-09-04 23:40:39.636] Done ヾ(@⌒ー⌒@)ノ

:arrow: The next step is to run your filebot command, collect the console output, and then post the console output as per How to Request Help so we can have a look what your script is doing.
:idea: Please read the FAQ and How to Request Help.
Post Reply