Windows Media Player 11 SDK genre.csvĀ
Previous | Next |
genre.csv
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. |
Previous | Next |