Oh boy I wouldn't have thought about his

But yeah, makes sense when the parser is looking for linear series
Having another little issue though (sorry bothering you over and over

)
Doesn't seem to recognize Double-Episodes with absolute numbers (at least I think this used to work, not sure!):
filebot_issue.PNG
So apparently it recognizes one of both every time, but if it's the first or last one seems to be somewhat random.
Format string is this:
Code: Select all
{es.collect{ s.pad(2)+'x'+it.pad(2)}.join('-')} [{group}] {episodes*.absolute*.pad(3).join('-')} [{crc32}]
This is the latest HEAD revision (8665 according to the buildinfo inside the JAR) by the way, I just downloaded it an hour back or so.
I tried with Absolute and Airdate order setting by the way, neither of them seems to recognize both episodes (or I'M just too stupid at the moment and just don't see my mistake

)
This is what it looks like with Absolute Order and
{episodes*.absolute*.pad(3).join('-')} [{crc32}] as format:
filebot_issue.PNG