Broken format expressions?
Posted: 02 Feb 2015, 16:55
So i've been using Filebot since like 4.2 or 4.3 and suddenly the "format" I've been using since the start stopped working, here is the expression:
Here is the screenshot of the expression erroring out:
I've tried trimming the expression down as much as possible and it kept hitting error after error with things like `t`, `file` etc
Filebot 4.5.6, ArchLinux, OpenJDK version 1.8.0_31
Code: Select all
{file =~ /Minix\/Other\/Todo/ ? ('/home/adonisk/downloads/Minix/' + (database =~ /Anidb/ ? 'Animes' : 'TV Shows') + '/' + primaryTitle.ascii() +'/') : ''}{primaryTitle.ascii().space('.')} - s{(episode.season ? s : 1).pad(2)}e{e.pad(episodelist.size() < 99 ? 2 : 3)} - {t.ascii().space('.').take(64)}
Filebot 4.5.6, ArchLinux, OpenJDK version 1.8.0_31