Page 1 of 1

Upgrading to 4.7 broke one of my format strings...

Posted: 11 May 2016, 07:25
by callten
Hi, the following snippet (which you helped with in this thread) was working fine in 4.6.1 but is now throwing up undefined bindings errors for "texts" and "audios":

Code: Select all

{'.'+audios.groupBy{ it.Codec }.collect{ c, a -> [c] + a*.Language }.flatten().join('.')}{'.['+texts.language.flatten().join('.')+']'}
Any ideas what is causing this? With that whole string in place I get a "binding "texts": undefined" error and then when I've taken that part out I get "binding "audios": undefined".

I've reverted back to 4.6.1 and everything is working fine again with the exact same format string.

Re: Upgrading to 4.7 broke one of my format strings...

Posted: 11 May 2016, 08:00
by rednoah
See release notes and other threads.

It's now just audio and text for the multi-stream bindings.

Re: Upgrading to 4.7 broke one of my format strings...

Posted: 11 May 2016, 11:09
by callten
Damnit. :( Ok, thanks. I'll read release notes properly from now on.