mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
53 KiB
53 KiB
GetMetaDataByRatingKeyMetadata
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
ratingKey |
Optional<String> | ➖ | N/A | 17 |
key |
Optional<String> | ➖ | N/A | /library/metadata/17 |
guid |
Optional<String> | ➖ | N/A | plex://movie/5d77683f6f4521001ea9dc53 |
studio |
Optional<String> | ➖ | N/A | Universal Pictures |
type |
Optional<String> | ➖ | N/A | movie |
title |
Optional<String> | ➖ | N/A | Serenity |
librarySectionTitle |
Optional<String> | ➖ | N/A | Movies |
librarySectionID |
Optional<Integer> | ➖ | N/A | 1 |
librarySectionKey |
Optional<String> | ➖ | N/A | /library/sections/1 |
grandparentTitle |
Optional<String> | ➖ | The name of the album artist for the track when audio, and the name of the TV show for the episode when video. | |
parentTitle |
Optional<String> | ➖ | The name of the album for the track when audio, and the name of the season for the episode when TV show. | |
originalTitle |
Optional<String> | ➖ | The orginal untranslated name of the media item when non-english. | |
index |
Optional<Long> | ➖ | The index starting from 0 of this media item in the MetaData array. | |
parentIndex |
Optional<Long> | ➖ | The parent index starting from 0 of this media item in the parent MetaData array. | |
contentRating |
Optional<String> | ➖ | N/A | PG-13 |
summary |
Optional<String> | ➖ | N/A | Serenity continues the story of the TV series it was based upon ("Firefly"). River Tam had a secret - one in which she's not even aware - so dangerous, no one's safe, as an Alliance operative's sent to capture her, and all others are considered irrelevant to his job. |
rating |
Optional<Double> | ➖ | N/A | 8.2 |
audienceRating |
Optional<Double> | ➖ | N/A | 9.1 |
year |
Optional<Integer> | ➖ | N/A | 2005 |
tagline |
Optional<String> | ➖ | N/A | They aim to misbehave. |
thumb |
Optional<String> | ➖ | N/A | /library/metadata/17/thumb/1705637165 |
art |
Optional<String> | ➖ | N/A | /library/metadata/17/art/1705637165 |
duration |
Optional<Integer> | ➖ | N/A | 141417 |
originallyAvailableAt |
LocalDate | ➖ | N/A | 2005-09-29 00:00:00 +0000 UTC |
addedAt |
Optional<Integer> | ➖ | N/A | 1705637164 |
updatedAt |
Optional<Integer> | ➖ | N/A | 1705637165 |
audienceRatingImage |
Optional<String> | ➖ | N/A | rottentomatoes://image.rating.upright |
hasPremiumPrimaryExtra |
Optional<String> | ➖ | N/A | 1 |
ratingImage |
Optional<String> | ➖ | N/A | rottentomatoes://image.rating.ripe |
media |
List<GetMetaDataByRatingKeyMedia> | ➖ | N/A | |
genre |
List<GetMetaDataByRatingKeyGenre> | ➖ | N/A | |
country |
List<GetMetaDataByRatingKeyCountry> | ➖ | N/A | |
guids |
List<Guids> | ➖ | N/A | |
ratings |
List<Ratings> | ➖ | N/A | |
director |
List<GetMetaDataByRatingKeyDirector> | ➖ | N/A | |
writer |
List<GetMetaDataByRatingKeyWriter> | ➖ | N/A | |
role |
List<GetMetaDataByRatingKeyRole> | ➖ | N/A | |
producer |
List<Producer> | ➖ | N/A |