All your suggestions, requests and ideas for future development
manbearpig2012
Posts: 10 Joined: 26 Apr 2016, 18:08
Post
by manbearpig2012 » 10 Mar 2017, 20:48
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
rednoah
The Source
Posts: 23932 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 10 Mar 2017, 21:24
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.
manbearpig2012
Posts: 10 Joined: 26 Apr 2016, 18:08
Post
by manbearpig2012 » 10 Mar 2017, 22:16
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 ?(?????)?
rednoah
The Source
Posts: 23932 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 10 Mar 2017, 22:37
This means that MediaInfo is working, and that bindings like
vc ac bitdepth etc will work:
I sent you a code for the store. That'll make sure that things just work.
baggar11
Posts: 4 Joined: 18 Oct 2016, 01:33
Post
by baggar11 » 30 Mar 2017, 13:35
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.