Crew, Cast and Characters

All about user-defined episode / movie / file name format expressions
Post Reply
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Crew, Cast and Characters

Post 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 }
:idea: Please read the FAQ and How to Request Help.
Post Reply