media.Genre
This structure represents useful information about a genre.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
grid | no | 1 | database id | genre id |
grnm | no | 1 | text | genre name |
cv | no | 1 | url | url to access coverart. See Artwork URL api. |
Example xml:
<gr> <grid>432546325432</grid> <grnm>The Best of Florence and the Machine</grnm> <cv></cv> </gr>