Skylark enables your team to create a hierarchy for episodic content using brands, seasons, episodes and assets.
The episode object is where the asset object is referenced.
In the Skylark UI, the contents tab for an episode will either allow a user to upload a video through the browser or if an asset has already been selected or assigned, a listing for that asset will be shown instead.
Below is listed every metadata field available for the episode object.
Overview
| Name | Episode |
| Set type slug | episode |
| UI Nav Location | Media content |
List View
| Can have images | Yes |
| Title | Yes |
| Licensing | Yes |
| Translations | Yes |
Information
Language Version Metadata:
| UI Field Name | API Field Name | Data Type | Searchable |
|---|---|---|---|
| Title | title | !String | true |
| Slug | slug | !String | false |
| Sort Title | title_sort | String | false |
| Short Synopsis | synopsis_short | String | false |
| Medium Synopsis | synopsis_medium | String | false |
| Long Synopsis | synopsis_long | String | false |
| Short Title | title_short | String | false |
| Medium Title | title_medium | String | false |
| Long Title | title_long | String | false |
Global Metadata
| Field name | Data type |
|---|---|
| Episode Number | Int |
| Translations | Yes |
| Licensing | Yes |
| Tags | Yes |
| Credits | Yes |
Imagery
Image Type:
| Name | Slug |
|---|---|
| Main | main |
| Header | header |
| Footer | footer |
| Background | background |
| Poster | poster |
| Landscape | landscape |
| Profile | profile |
| Preview | preview |
| Feature | feature |
| Thumbnail | thumbnail |
Content Type
| Content Type |
|---|
| Asset |
Relationships
| Relationship |
|---|
| Genres |
| Themes |
| Ratings |
Episodes and Parent URLs
In order for the API to return a parent_url for an asset or episode, that asset or episode MUST belong to a brand or season.
An asset or episode can be present in any number of sets (aka collections, rails, sliders, homepages and generic views), but can only appear in one brand or season.
If an asset appears in two collections for example then Skylark would not be able to return two parent_urls. parent_url is therefore returned as null unless the episode is part of a brand or season.
