starting yesterday, filebot suddenly thinks everything video is a 'short' video, I tried to run AMC on multiple tv episodes, movies, including a full length 4k x-men movie, but filebot just won't process anything, it just say 'skip short video'
and I also tried to clear cache, doesn't work.
running this on a Synology system, latest version.
FileBot 4.7.2 (r4178)
JNA Native: 4.0.1
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load amd64 (64-bit) native library libmediainfo.so: Unable to load library 'zen': Native library (linux-x86-64/libzen.so) not found in resource path ([file:/volume1/@appstore/filebot/FileBot.jar])
Apache Commons VFS: [zip, rar]
Chromaprint: java.io.IOException: Cannot run program "/usr/local/chromaprint/bin/fpcalc": error=2, No such file or directory
Extended Attributes: OK
Script Bundle: 2016-10-15 (r411)
Groovy: 2.4.7
JRE: Java(TM) SE Runtime Environment 1.8.0_101 (headless)
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 2 GB Max Memory / 13 MB Used Memory
OS: Linux (amd64)
Package: SPK
Data: /volume1/@appstore/filebot/data/Gary
uname: Linux DiskStation 3.10.77 #8451 SMP Wed Aug 17 05:12:41 CST 2016 x86_64 GNU/Linux synology_bromolow_3615xs
Done ヾ(@⌒ー⌒@)ノ
I notice it says media info has error every time, but it's working fine. I mean it replaces 720p with 1080p, or 1080p with 4k, but skips 1080p if there is 1080p already... so I guess this is what media info intended to do right?
MediaInfo is not working. Either not installed not just not working. If you're using --conflict auto then MediaInfo is recommended, but FileBot will just fall back to using the filesize if MediaInfo isn't working.
I've updated the amc script to default to not skipping files if MediaInfo is not working.
MediaInfo is not working. Either not installed not just not working. If you're using --conflict auto then MediaInfo is recommended, but FileBot will just fall back to using the filesize if MediaInfo isn't working.
I've updated the amc script to default to not skipping files if MediaInfo is not working.
Hmmm. Didn't know there's a media info package...
However, although it's still working, replacing 720p with 1080p, media info is still... not working.
rednoah wrote:You don't have MediaInfo installed. If you want to use features that require MediaInfo then you will need to install MediaInfo.
well... that's weird..... I only got this 'null' error AFTER installing the mediaInfo package....
here's the sysinfo output, it shows mediainfo is insalled.
FileBot_LOCAL: Failed to read media info: Unable to load amd64 (64-bit) native library libmediainfo.so: Could not initialize class net.filebot.mediainfo.MediaInfoLibrary\
The videos are either smaller than 50 MB or shorter than 10 minutes. You can pass in your own minFileSize and minLengthMS if you don't like the defaults. Set these options to 0 to disable them.
filebot -script fn:sysinfo
FileBot 4.7.7 (r4678)
JNA Native: 4.0.1
MediaInfo: 0.7.64
Apache Commons VFS: [zip, rar]
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Script Bundle: 2017-01-05 (r470)
Groovy: 2.4.7
JRE: Java(TM) SE Runtime Environment 1.8.0_101
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 2 Core / 121 MB Max Memory / 12 MB Used Memory
OS: Linux (arm)
Package: SPK
Data: /volume1/@appstore/filebot/data/martin
uname: Linux HomeNAS 3.10.77 #8451 SMP Wed Jan 4 00:30:12 CST 2017 armv7l GNU/Linux synology_armada38x_ds216j
Done ヾ(@⌒ー⌒@)ノ
Here is the log from a run that claimed the videos where too short, I check the contents and them seem fine. This started happening about 1 week ago. Probably with the 4.7.7 update.
The videos are either smaller than 50 MB or shorter than 10 minutes. You can pass in your own minFileSize and minLengthMS if you don't like the defaults. Set these options to 0 to disable them.
I have the paid version of filebot and want to rename some movie trailers in bulk...problem is a lot of them are less than the 150mb file size and length limt so filebot isn't seeing them as valid files and won't process them. I am using a windows machine and the gui with a drag and drop right now, nothing elaborate. I have the most current version of filebot installed.
Forgive me as I am not sure how to accomplish this, and don't want to sound like a total idiot, could you or someone point me in the right direction on how to do this?
Note that this thread is for the amc script so all of the above is generally not applicable to the FileBot Desktop application.
----------------------------------------
You may be able to use Manual Matching to semi-manually process files that are ignored by auto-detection for one reason or another. Please read FAQ #2 and Manual Matching for details.
You can configure internal settings, such as file size limits, for both GUI and CLI like so: viewtopic.php?t=12986
Note that configuring internal settings requires basic CMD skills, i.e. open CMD and run a command.
rednoah wrote: ↑26 Mar 2023, 05:17 Note that this thread is for the amc script so all of the above is generally not applicable to the FileBot Desktop application.
----------------------------------------
You can configure internal settings, such as file size limits, for both GUI and CLI like so: viewtopic.php?t=12986
Note that configuring internal settings requires basic CMD skills, i.e. open CMD and run a command.
Well that was easy, I didn't realize it was simple as opening a cmd prompt and running the command...Thanks for the quick reply
EDIT: That didn't work, I don't want to keep cluttering up this post with non-AMC questions so I created a new post here