{vc},{vf}bindings not getting parsed

Any questions? Need some help?
Post Reply
DHoarder
Posts: 12
Joined: 12 Nov 2015, 10:02

{vc},{vf}bindings not getting parsed

Post by DHoarder »

I'm running filebot on a movie directory with a simple expression. Here it goes:

Code: Select all

filebot -script fn:amc --output "/path/to/output" --log-file amc.log --action test -non-strict "/mnt/data/torrents/Total Recall (1990) [1080p]" --def "movieFormat={n.upperInitial().space('.')}.{y}.{source}.{"vc"}.{"vf"}.{'-'+group}"
The above command gives following output

Code: Select all

[TEST] Rename [/mnt/data/torrents/Total Recall (1990) [1080p]/Total.Recall.Mind.Bending.Edition.1990.BluRay.x264.YIFY.mp4] to [/path/to/output/Total.Recall.1990.BluRay...-YIFY.mp4]
As I said, {vc} and {vf} tags are not getting parsed.

System info is as below:

Code: Select all

FileBot 4.6 (r3052)
JNA Native: 4.0.0
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': Native library (linux-arm/libmediainfo.so) not found in resource path ([file:/usr/share/java/filebot/filebot.jar])
7-Zip-JBinding: net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: no 7-Zip-JBinding in java.library.path
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Groovy Engine: 2.4.3
JRE: OpenJDK Runtime Environment 1.8.0_45 (headless)
JVM: 32-bit OpenJDK Zero VM
CPU/MEM: 1 Core / 98 MB Max Memory / 7 MB Used Memory
OS: Linux (arm)
Package: AUR
Data: /home/user/.filebot
uname: Linux raspberrypi 3.18.12-1-ARCH #1 PREEMPT Tue Apr 28 19:52:48 MDT 2015 armv6l GNU/Linux
Done ヾ(@⌒ー⌒@)ノ


Please help.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: {vc},{vf}bindings not getting parsed

Post by rednoah »

You're missing all the native dependencies: MediaInfo / 7-Zip-JBinding / Chromaprint. Ask the AUR package maintainers if they're willing to support these dependencies for armv6l architecture.

If you want {vc} and {vf} to work, you'll need at least libmediainfo for your architecture in the library path.
:idea: Please read the FAQ and How to Request Help.
DHoarder
Posts: 12
Joined: 12 Nov 2015, 10:02

Re: {vc},{vf}bindings not getting parsed

Post by DHoarder »

Thanks. Got it working after installing Mediainfo.
Post Reply