CLI: How to disable mediainfo

Support for Ubuntu and other Desktop Linux distributions
Post Reply
Blacky82529
Posts: 1
Joined: 26 Jun 2017, 17:20

CLI: How to disable mediainfo

Post by Blacky82529 »

Hi,

i'm running filebot within the cli on Ubuntu 16.04:
filebot -script fn:sysinfo
FileBot 4.7.8 (r4846)
JNA Native: 5.1.0
MediaInfo: 0.7.92.1
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-05-15 (r500)
Groovy: 2.4.8
JRE: OpenJDK Runtime Environment 1.8.0_131
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 6 GB Max Memory / 25 MB Used Memory
OS: Linux (amd64)
Package: DEB
uname: Linux ******* 4.4.0-81-generic #104-Ubuntu SMP Wed Jun 14 08:17:06 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

------------------- UPDATE AVAILABLE: FileBot 4.7.9 (r4984) --------------------

Done ヾ(@⌒ー⌒@)ノ

I just want to create symlinks with filebot like this:
filebot --log info --action symlink -non-strict -no-xattr -script fn:amc --log-file amc.log -r --output "/path/to/linkdir/Movies-HD" --lang de --def clean=n skipExtract=y reportError=n storeReport=n artwork=n excludeList=exclude.list movieFormat="{n} ({y}) [imdbid={imdbid}]" "/path/to/dir/Movies-HD/"

Filebot ist scanning each of the source file which costs a lot of i/o and bandwidth since the files are located on a network share. How can i disable this? I assuming this is coming from the media info extension right?

Thanks for your help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: CLI: How to disable mediainfo

Post by rednoah »

Unfortunately, you cannot disable MediaInfo because it's part of the amc process. You can play with simple -rename calls though if you need something more simple and more flexible.
:idea: Please read the FAQ and How to Request Help.
Post Reply