V1.Metadata.Common:MoviesTheme

Jump to: navigation, search

MoviesTheme

Contains information about a topic or circumstance that motivates or fits with a movie. The themes recognized by Rovi DVDs are shown in the Movie Themes table.

Elements

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

XML Response Example

<MoviesTheme>
  <id>D 1431</id>
  <name>High School Life</name>
  <weight>7</weight>
</MoviesTheme>

JSON Response Example

{
  "id":"D  1431",
  "name":"High School Life",
  "weight":7
}
 
Personal tools