2019-08-01, 18:40
That's not a valid syntax.
Simple syntax example:
A more omplex syntax example
translated = if year is 2018 or 2019 and title is Alita
Code:
plugin://script.embuary.helper/?info=getbyargs&filter_args='"{"and": [{"field": "year", "operator": "is", "value": "$INFO[Container(595).ListItem.Year]"}, {"field": "title", "operator": "isnot", "value": "$INFO[Container(595).ListItem.Title]"}]}"'&sort_args='"{"order": "ascending", "method": "title"}"'&type=movie
Simple syntax example:
Code:
{"and": [{},{}]}
A more omplex syntax example
Code:
{"and": [{"or": [{"operator": "is", "field": "year", "value": "2018"}, {"operator": "is", "field": "year", "value": "2019"}]}, {"operator": "isnot", "field": "title", "value": "Alita"}]}
translated = if year is 2018 or 2019 and title is Alita