Some bindings no longer working on 4.7.8

All your suggestions, requests and ideas for future development
Post Reply
manbearpig2012
Posts: 10
Joined: 26 Apr 2016, 18:08

Some bindings no longer working on 4.7.8

Post by manbearpig2012 »

Just updated the .jar to version 4.7.8, and now some bindings aren't working. specifically, {VF}, {VC}, {BITDEPTH}, {AC}, AND {AF}.

working on 4.7.7 http://i.imgur.com/2c08Prn.png

Not working on 4.7.8 http://i.imgur.com/702ACWZ.png

and the code being used...

Code: Select all

T:/TV Shows/{n}/{'Season '+s}/{n.replacePart('')} - {s00e00}{' - part'+pi} - {t.replace('?', '').replaceAll(/:/,'-').replacePart(' (Part $1) ')}{" ("+fn.match(/Uncensored/).upper()+")"}{" ("+fn.match(/PROPER/).upper()+")"} [{airdate.format('MM-dd-yyyy')}]({VF}{"."+SOURCE}{"."+VC}{"."+BITDEPTH+"Bit"}{"."+AC}{"."+AF}{"."+fn.match(/DD5.1/).upper()}{"."+GROUP})
Edit: Also get this error when i click the move button... using filebot.launcher.exe http://i.imgur.com/CWtWzqg.png
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Some bindings no longer working on 4.7.8

Post by rednoah »

Please run filebot -script fn:sysinfo and post the output.

I suspect that you're not running 64-bit Java. See FAQ for details.

You wouldn't run into this kinda issue if you were using the Windows Store version. ;)
:idea: Please read the FAQ and How to Request Help.
manbearpig2012
Posts: 10
Joined: 26 Apr 2016, 18:08

Re: Some bindings no longer working on 4.7.8

Post by manbearpig2012 »

Code: Select all

C:\Users\Ironhide>filebot -script fn:sysinfo
FileBot 4.7.7 (r4678)
JNA Native: 4.0.1
MediaInfo: 0.7.88
7-Zip-JBinding: 9.20
Chromaprint: 1.1.0
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-02-20 (r481)
Groovy: 2.4.7
JRE: Java(TM) SE Runtime Environment 1.8.0_121
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 3 GB Max Memory / 24 MB Used Memory
OS: Windows 10 (amd64)
Package: MSI
Data: C:\Users\Ironhide\AppData\Roaming\FileBot

------------------- UPDATE AVAILABLE: FileBot 4.7.8 (r4842) --------------------

Done ?(?????)?
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Some bindings no longer working on 4.7.8

Post by rednoah »

This means that MediaInfo is working, and that bindings like vc ac bitdepth etc will work:

Code: Select all

MediaInfo: 0.7.88
:arrow: I sent you a code for the store. That'll make sure that things just work.
:idea: Please read the FAQ and How to Request Help.
baggar11
Posts: 4
Joined: 18 Oct 2016, 01:33

Re: Some bindings no longer working on 4.7.8

Post by baggar11 »

I actually noticed this too. Well, I first noticed issues with filebot no longer wanting to run the amc script on v4.7.2. I didn't take much time to investigate and just updated to the latest v4.7.8.

Shortly after, I noticed that filenames weren't appending video info. Checking fn:sysinfo showed an error for mediainfo even though there was a /usr/share/filebot instance already.

Since I'm on Ubuntu 16.04, installing the package libmediainfo0v5 seemed to fix the mediainfo error on sysinfo. Just wanted to pass that along.
Post Reply