共用方式為


Album Info Integration

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Windows Media Player enables users to request detailed information about the CD or DVD from which digital media content originated by clicking a button, such as More Info. When the user clicks the button, Windows Media Player 10 or later calls on the current music store to display the album details. When this happens, the Player opens the album information pane and displays the webpage specified by the URL attribute of the AlbumInfo element of the ServiceInfo document.

Windows Media Player appends a query string to the URL to provide information to the online store about the content the user requested. The query string includes attributes like Title, Album, and Artist, which the online store can use to determine the correct album to display. The reference documentation for the AlbumInfo element provides the complete list of query string attributes and their descriptions.

Guidelines for Album Info

When creating your album information webpage, use the following guidelines:

  • The page must clearly identify the online store providing the information. You can do this by prominently displaying your logo, for example.
  • The page must include a link to your company's privacy statement.
  • Avoid page navigation within the album information feature whenever possible. You should navigate to your online store for most activities.
  • We recommend that you provide valuable information without requiring the user to install programs or log in to your online store.

About Type 2 Online Stores

AlbumInfo Element