genre.csv

[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.]

This file contains an entry for each genre represented in the catalog. Each entry is a row composed of the tab-delimited fields described in the table below. Fields must appear in the order listed.

All fields in genre.csv are required.

The Format column in the table below describes the way each Unicode text field is formatted. It does not refer to the data type of the contents. For example, if Integer is indicated in the Format column, it means that the field contains a Unicode string representing an integral value, rather than an actual integer.

Field Format Description
Genre_ID Non-negative integer.Example: 22
Genre identifier, unique within genre.csv. Must be less than 2^32. A maximum of 64 genres is possible.
GenreTitle Unicode string.Example: Rock
Genre display name.
FeedsAreAvailable Boolean.Format: [0|1]
Example: 0
Indicates whether "radio play" behavior is possible by jumping to a feed.
HasComposer Boolean.Format: [0|1]
Example: 1
True if this genre should save composer information in the catalog. If not set, composer information is ignored and not compiled into the catalog.