---
title: "init(id:episodeTitle:showName:duration:artwork:)"
framework: nowplaying
role: symbol
role_heading: Initializer
path: "nowplaying/tvshowcontent/init(id:episodetitle:showname:duration:artwork:)"
---

# init(id:episodeTitle:showName:duration:artwork:)

Creates TV show episode content.

## Declaration

```swift
init(id: String, episodeTitle: String, showName: String, duration: MediaDuration?, artwork: Artwork?)
```

## Parameters

- `id`: A unique identifier for this episode.
- `episodeTitle`: The title of the individual episode.
- `showName`: The name of the series.
- `duration`: The total duration of the episode, or nil when unknown.
- `artwork`: Artwork for the episode, or nil when unavailable.
