Windows Media Player 11 SDK About the Library 

Windows Media Player SDK banner art

Previous Next

About the Library

The library is a database of information, or metadata, about the digital media content that is available to Windows Media Player. Some of the information is displayed in the Library pane in the Player; more of it is available through code.

(In Windows Media Player 9 Series and earlier, this feature is called Media Library.)

The library gives users an easy way to organize and access digital media content. For example, users can view music organized by album, by artist, by genre, or simply as a list of all music. You can use the Windows Media Player SDK object model to access the library to play content, retrieve playlists, add content, remove content, and change the associated metadata. Windows Media Player protects users' privacy by restricting your ability to access the library from code under certain conditions. For more information about access rights, see Library Access.

The library stores metadata about two basic types of digital media content. The first type, digital media items, are individual content files, such as a music track or a photo. The second type, playlists, are files that represent a group of digital media items, typically intended to be played in a specified order. The metadata associated with digital media content is stored as name-value pairs. For example, the metadata that describes the person who performed a song is named "Artist" and the value associated with it typically is a text string containing the performer's name. Each unique metadata name is called an attribute. For a listing of supported attributes, see the Attribute Reference. For information about using attributes in code, see Media Item Attributes.

The following sections provide more information about working with the library:

See Also

Previous Next