V1.Metadata.Common:Theme

Jump to: navigation, search

Theme

Contains information about a theme. See the Music Themes table for the list of themes used by Rovi Music.

Elements

NameTypeDescription
id String Database ID for the theme.
name String The theme.
weight Integer A number from 1 to 10, where a larger number indicates a greater importance.

XML Response Example

<Theme>
  <id>MA0000005079</id>
  <name>Reminiscing</name>
  <weight>9</weight>
</Theme>

JSON Response Example

{
  "id":"MA0000005079",
  "name":"Reminiscing",
  "weight":9
}
 
Personal tools