V1.Metadata.Common:Mood

Jump to: navigation, search

Mood

Contains information about a mood. The moods recognized by Rovi Music are shown in the Music Moods table.

Elements

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

XML Response Example

<Mood>
  <id>XA0000000701</id>
  <name>Calm/Peaceful</name>
  <weight>9</weight>
</Mood>

JSON Response Example

{
  "id":"XA0000000701",
  "name":"Calm\/Peaceful",
  "weight":9
}
 
Personal tools