2019-11-23, 19:01
@patzzz
1 -> Not possible. The "appears in" API doesn't include the status information "post production, in production, released, etc"
2 -> fixed
3 -> Extended the call function and you can add the argument "exact=true". You will only get a select dialog if multiple items with the same query were found.
Pushed it to my repo
1 -> Not possible. The "appears in" API doesn't include the status information "post production, in production, released, etc"
2 -> fixed
3 -> Extended the call function and you can add the argument "exact=true". You will only get a select dialog if multiple items with the same query were found.
Code:
RunScript(script.embuary.info,call=movie,query='"Iron Man"',year=2008,exact=true)
Pushed it to my repo