Page 1 of 1

Crew, Cast and Characters

Posted: 22 Jan 2022, 06:40
by rednoah
Movie Mode:

e.g. list of crew members:

Format: Select all

{ info.crew }
e.g. list of actors:

Format: Select all

{ info.actors }
e.g. list of characters:

Format: Select all

{ info.cast.character }
e.g. list of producers:

Format: Select all

{ info.crew.findAll{ it.job == /Producer/ }.name }


Episode Mode:

e.g. list of crew members:

Format: Select all

{ episode.info.crew }
e.g. list of actors:

Format: Select all

{ episode.info.actors }
e.g. list of characters:

Format: Select all

{ episode.info.cast.character }