V1.Metadata.Common:MoviesTone

Jump to: navigation, search

MoviesTone

Contains information about a tone that applies to a movie or TV series. The tones recognized by Rovi Cloud Services are shown in the Tones table.

Elements

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

XML Response Example

<MoviesTone>
  <id>D  1339</id>
  <name>Nostalgic</name>
  <weight>7</weight>
</MoviesTone>

JSON Response Example

{
  "id":"D  1339",
  "name":"Nostalgic",
  "weight":7
}
 
Personal tools