For the complete documentation index, see llms.txt. This page is also available as Markdown.

Record Worktype

Work Types are the supported β€œshapes” of Records in Origin Studio.

They control the UI layout, available fields, and allowed relationships.

Supported Work Types

  • Series: multi-episode programs sharing a common concept.

  • Season: a grouping of Episodes within a Series.

  • Episode: an individual installment of a Series.

  • Movie: a standalone narrative work.

  • Compilation: a container of multiple works.

  • MovieEdit: a specific version or edit of a Movie (e.g. Director's Cut, Extended).

  • EpisodeEdit: a specific version or edit of an Episode (e.g. Restored, Censored).

Relationship rules

Series:

  • Parent to one or more Seasons.

  • Related to one or more Compilations.

Season:

  • Child to at most one Series.

  • Parent to one or more Episodes.

  • Related to one or more Compilations.

Episode:

  • Child to at most one Season.

  • Related to one or more Compilations.

Movie:

  • Related to one or more Compilations.

MovieEdit:

  • Child to exactly one Movie.

  • Cannot have relationships beyond its parent.

EpisodeEdit:

  • Child to exactly one Episode.

  • Cannot have relationships beyond its parent.

Compilation:

  • Contains one or more Records of any Work Type.

  • Can also contain other Compilations.

See Relationships & Hierarchies.

Last updated