I have two copies of The Bad News Bears (TV series), the first available was German/PAL, then a US version was released that I also got. The German version has "PAL" as part of the a variable while the USA version has "NTSC." So to distinguish between the two versions automatically, I want to be able to pick a value to match (video[0].colourPrimaries) to see if it has the word "PAL" in it. If so, it returns "German" with array (matching key->value pair).
The arrangement I'm looking to use is...
Groovy: Select all
"editions":[
"tt0078566":[
"German":[ "video[0].colourPrimaries": "/PAL/" ],
],
],
I come up with some interesting concepts/ideas, don't I?