category Element

Specifies the Windows Media Center integration location for an application entry point. Each entry point may appear in multiple integration locations within the Windows Media Center UI. Include one category element inside the entrypoint element for each category in which you want the entry point to appear, and ensure each category element has exactly one category attribute. This element is a child of the entrypoint element.

Syntax

  <category
    category="Windows Media Center category"
    order="Tile order in the custom Start menu strip"
>
</category>

Attributes

category

Required. A string that identifies the Windows Media Center integration location for an application entry point. See Remarks for valid category strings.

Order

Optional. A string that defines the order of the tiles in the custom Start menu strip. This attribute is only applicable if a custom Start menu strip has been defined in the application element.

Remarks

The following table summarizes the integration locations and categories in Windows Media Center:

Category string Location
Internet Radio Music > Radio > Sources
Internet Radio\Presets Music > Radio > Presets
More Programs Extras > Extras Library
Custom Start Menu Application-specific custom Start Menu strip
More With This\Audio\Album Music > Music Library > Albums > select an album, then right-click or press MORE INFO > More…

Music > Music Library > Years > select an album, then right-click or press MORE INFO > More…

Music > Music Library > Album Artists > select an album, then right-click or press MORE INFO > More…

More With This\Audio\Artist Music > Music Library > Artists > select an artist, then right-click or press MORE INFO > More…

Music > Music Library > Composers > select an artist, then right-click or press MORE INFO > More…

More With This\Audio\Playlist Music > Music Library > Playlists > select a playlist, then right-click or press MORE INFO > More…
More With This\Audio\Song Music > Music Library > Songs > select a song, then right-click or press MORE INFO > More…
More With This\Audio\Genre Music > Music Library > Genres > select a genre, then right-click or press MORE INFO > More…
More With This\DVD Movies > Play DVD > select a movie and right-click > More…

Movies > Movie Library > select a movie and right-click > More…

More With This\Picture Pictures + Videos > Picture Library > select a picture, then right-click or press MORE INFO > More…
More With This\Video Pictures + Videos > Video Library > select a video, then right-click or press MORE INFO > More…
AutoPlay\Blu-ray
AutoPlay\HD DVD
Background
OEM Extensibility 1

Note   The Services\* and Settings\* strings have been deprecated, although they are still valid to support previous versions.

Example Code

<category category="Custom Start Menu\Application1" order="0"/>

Requirements

Platform: Windows XP Media Center Edition 2005 and later

See Also