<mediaCollection> element
The media collection element represents a content menu. It may be navigated to find sub-menus, content items, or a mix of both. It is returned from, and its ID passed back to, the getMetadata call.
Child Elements
| Name | Description | Values |
|---|---|---|
| id | The globally unique identifier for this menu option – to be passed back to getMetadata to retrieve sub-content |
text |
| title | The display name for the menu (may be localized) | text |
| itemType | The category of items contained in this menu | Normally empty, will be set to show for radio show menus |
| canEnumerate | True if this menu contains sub-menus | true/false |
| canCache | True if clients may cache the results of this menu for a short time | true/false |
| homogeneous | Unused | |
| authRequired | Unused – indicates if authentication is required to navigate the menu | |
| canAddToFavorite | Unused – indicates if the menu may be stored as a preset | |
| canScroll | Unused | |
| canPlay | Unused |
Notes
The canEnumerate status indicates if this menu contains at least one sub-menu (true) or only content items (false).
The child elements marked “unused” above are not set by our service at this time and can be safely ignored.