The amc script is stuck after listing input files? What is it doing?
The amc script is stuck after listing input files? What is it doing?
I’m currently using filebot-node, running my filebot amc command inside the docker container. I’ve noticed that logging hangs at some points, specifically after all the inputs are listed (I have a lot of files, probably around 7000 that are remote storage) logging seems to stop for hours. I’m assuming filebot is in the “matching” phase? Or something else where the logs have totally stopped, it’s a bit disconcerting though, as sometimes filebot will complete fine, other times it will run for 5-6+ hours without any logs. Which makes it hard for me to discern what’s actually happening, is there any way I can turn on more verbose logs so I can see what’s going on this whole time I’m waiting? Thx (also note I used the -no-xattr flag for speeding up the remote file system)
Re: More verbose logs?



e.g. Force Movie Mode
Shell: Select all
--def ut_label=Movie
Shell: Select all
--def ut_label=TV

rednoah wrote: ↑13 Aug 2020, 16:33FileBot does parse file headers to read embedded media properties. This will be relatively fast since MediaInfo will only read the first few megabytes of each file, but if File I/O is expensive or just slow, then you'll want to configure FileBot to not parse embedded media properties at all.
Disable media parser per call via the -no-probe command-line flag:Shell: Select all
-no-probe
