V1.Metadata.Common:SignificantComposer

Jump to: navigation, search

SignificantComposer

Contains information about a significant composer in a musical genre or subgenre.

Elements

NameTypeDescription
active String [ ] Decades the composer was active in.
genre genre Genre or subgenre specified in the request.
id String Rovi Music Name ID for the person. You can use this ID in a Name Service request for information about the person.
name String Name of the composer.
rank Int A relative rank compared to others in the genre or subgenre. A higher number indicates a higher significance.
thumbnail Int URL to a JPG of the composer that is 250 x 250 pixels (in one or both dimensions) with a depth of 24 bits per pixel.

Note: Your access to images is governed by your subscription level.

XML Response Example

<SignificantComposer>
  <genre>
    <id>MA0000004501</id>
    <name>Band Music</name>
  </genre>
  <rank>9</rank>
  <id>MN0001576229</id>
  <name>Henry Fillmore</name>
  <active xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <a:string>1990s</a:string>
  </active>
  <thumbnail>http://actual-url-concealed.jpg</thumbnail>
</SignificantComposer>

JSON Response Example

{
  "genre":{
   "id":"MA0000004501",
   "name":"Band Music"
  },
  "rank":9,
  "id":"MN0001576229",
  "name":"Henry Fillmore",
  "active":[
   "1990s"
  ],
  "thumbnail":"http:\/\/actual-url-concealed.com"
}
 
Personal tools