mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
46 KiB
46 KiB
GetMetadataMetadata
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
ratingKey |
Optional<? extends String> | ➖ | N/A | 17 |
key |
Optional<? extends String> | ➖ | N/A | /library/metadata/17 |
guid |
Optional<? extends String> | ➖ | N/A | plex://movie/5d77683f6f4521001ea9dc53 |
studio |
Optional<? extends String> | ➖ | N/A | Universal Pictures |
type |
Optional<? extends String> | ➖ | N/A | movie |
title |
Optional<? extends String> | ➖ | N/A | Serenity |
librarySectionTitle |
Optional<? extends String> | ➖ | N/A | Movies |
librarySectionID |
Optional<? extends Integer> | ➖ | N/A | 1 |
librarySectionKey |
Optional<? extends String> | ➖ | N/A | /library/sections/1 |
contentRating |
Optional<? extends String> | ➖ | N/A | PG-13 |
summary |
Optional<? extends 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<? extends Double> | ➖ | N/A | 8.2 |
audienceRating |
Optional<? extends Double> | ➖ | N/A | 9.1 |
year |
Optional<? extends Integer> | ➖ | N/A | 2005 |
tagline |
Optional<? extends String> | ➖ | N/A | They aim to misbehave. |
thumb |
Optional<? extends String> | ➖ | N/A | /library/metadata/17/thumb/1705637165 |
art |
Optional<? extends String> | ➖ | N/A | /library/metadata/17/art/1705637165 |
duration |
Optional<? extends Integer> | ➖ | N/A | 141417 |
originallyAvailableAt |
LocalDate | ➖ | N/A | 2005-09-29 00:00:00 +0000 UTC |
addedAt |
Optional<? extends Integer> | ➖ | N/A | 1705637164 |
updatedAt |
Optional<? extends Integer> | ➖ | N/A | 1705637165 |
audienceRatingImage |
Optional<? extends String> | ➖ | N/A | rottentomatoes://image.rating.upright |
hasPremiumPrimaryExtra |
Optional<? extends String> | ➖ | N/A | 1 |
ratingImage |
Optional<? extends String> | ➖ | N/A | rottentomatoes://image.rating.ripe |
media |
List<lukehagar.plexapi.plexapi.models.operations.GetMetadataMedia> | ➖ | N/A | |
genre |
List<lukehagar.plexapi.plexapi.models.operations.GetMetadataGenre> | ➖ | N/A | |
country |
List<lukehagar.plexapi.plexapi.models.operations.GetMetadataCountry> | ➖ | N/A | |
guids |
List<lukehagar.plexapi.plexapi.models.operations.Guids> | ➖ | N/A | |
ratings |
List<lukehagar.plexapi.plexapi.models.operations.Ratings> | ➖ | N/A | |
director |
List<lukehagar.plexapi.plexapi.models.operations.GetMetadataDirector> | ➖ | N/A | |
writer |
List<lukehagar.plexapi.plexapi.models.operations.GetMetadataWriter> | ➖ | N/A | |
role |
List<lukehagar.plexapi.plexapi.models.operations.GetMetadataRole> | ➖ | N/A | |
producer |
List<lukehagar.plexapi.plexapi.models.operations.Producer> | ➖ | N/A |