<mediaMetadata> element
This element represents a specific item in the guide, like a station, show, or episode. It is returned by both the getMetadata and getMediaMetadata methods.
Child Elements
| Field | Description | Type |
|---|---|---|
| id | The globally unique identifier for the item | text |
| title | The display name for the item (will vary depending on the menu) | text |
| itemType | Stream if a streaming station; program if a radio show | stream/program |
| mimeType | The standard mime type of the resource if it has a single underlying stream | text |
| language | The 2 letter ISO-6139 code for the language associated with this item | text |
| country | The 2 letter ISO-3122 code for the country associated with this item | text |
| genre | The primary genre for this media item (may be localized) | text |
| genreId | The RadioTime identifier for the primary genre | text |
| liveNow | Indicates if the referenced item is available now (applies to station and shows) | true/false |
| onDemand | Indicates if the referenced item has a downloadable or on-demand stream | true/false |
| streamMetadata | Container for information about the station, if the item is a station | |
| trackMetadata | Container for information about the downloadable or on-demand stream | |
| scheduleMetadata | Container for lineup information, if the item is a station and the call requests this detail |