mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 12:37:45 +00:00
76 KiB
76 KiB
GetMediaMetaDataMetadata
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
ratingKey |
String | ✔️ | The rating key of the metadata item. | 44288 |
parentRatingKey |
Optional<String> | ➖ | The rating key of the parent of this metadata item. | 48047 |
grandparentRatingKey |
Optional<String> | ➖ | The rating key of the grandparent of this metadata item. | 45520 |
parentGuid |
Optional<String> | ➖ | A GUID identifying the parent entity (e.g., season) for the item. | plex://season/618b89208dde18df707ad15c |
grandparentGuid |
Optional<String> | ➖ | A GUID identifying the grandparent entity (e.g., show). | plex://show/5e16253691c20300412003a8 |
grandparentSlug |
Optional<String> | ➖ | A URL-friendly identifier (slug) for the grandparent entity. | alice-in-borderland-2020 |
grandparentKey |
Optional<String> | ➖ | A key identifying the grandparent metadata in the library. | /library/metadata/45520 |
parentKey |
Optional<String> | ➖ | A key identifying the parent metadata in the library. | /library/metadata/48047 |
key |
String | ✔️ | The API key to access metadata details. | /library/metadata/44288/children |
guid |
String | ✔️ | The globally unique identifier for the item. | plex://show/5d9c08254eefaa001f5d6dcb |
slug |
Optional<String> | ➖ | A URL-friendly identifier for the item. | better-call-saul |
studio |
Optional<String> | ➖ | The studio that produced the content. | Sony Pictures Television |
type |
String | ✔️ | The type of content (e.g., show, movie). | show |
title |
String | ✔️ | The title of the content. | Better Call Saul |
originalTitle |
Optional<String> | ➖ | The original title of the content. | Wicked: Part I |
librarySectionTitle |
String | ✔️ | The title of the library section. | TV Series |
librarySectionID |
long | ✔️ | The ID of the library section. | 2 |
librarySectionKey |
String | ✔️ | The key of the library section. | /library/sections/2 |
contentRating |
Optional<String> | ➖ | The content rating (e.g., TV-MA). | TV-MA |
summary |
String | ✔️ | A summary of the content. | Before Saul Goodman, he was Jimmy McGill. And if you're calling Jimmy, you're in real trouble. The prequel to "Breaking Bad" follows small-time attorney, Jimmy McGill, as he transforms into Walter White's morally challenged lawyer, Saul Goodman. |
index |
Optional<Long> | ➖ | The index or order of the item. | 1 |
grandparentTitle |
Optional<String> | ➖ | The title of the grandparent entity (typically the show's title). | Alice in Borderland |
parentTitle |
Optional<String> | ➖ | The title of the parent entity (typically the season's title). | Season 2 |
audienceRating |
Optional<Float> | ➖ | The audience rating for the content. | 8.7 |
viewCount |
Optional<Long> | ➖ | The number of times the item has been viewed. | 4 |
skipCount |
Optional<Long> | ➖ | The number of times the item has been skipped. | 1 |
lastViewedAt |
Optional<Long> | ➖ | Unix timestamp of when the item was last viewed. | 1625764795 |
year |
int | ✔️ | The release year. | 2015 |
rating |
Optional<Float> | ➖ | The general rating | 6 |
ratingImage |
Optional<String> | ➖ | The URL or identifier for the rating image (e.g., Rotten Tomatoes rating image). | rottentomatoes://image.rating.ripe |
tagline |
Optional<String> | ➖ | The tagline of the content. | Make the call |
chapterSource |
Optional<String> | ➖ | N/A | media |
primaryExtraKey |
Optional<String> | ➖ | N/A | /library/metadata/134704 |
thumb |
String | ✔️ | URL of the thumbnail image. | /library/metadata/44288/thumb/1736487993 |
art |
String | ✔️ | URL of the art image. | /library/metadata/44288/art/1736487993 |
theme |
Optional<String> | ➖ | URL of the theme image. | /library/metadata/44288/theme/1736487993 |
duration |
int | ✔️ | Duration of the content in milliseconds. | 2700000 |
originallyAvailableAt |
LocalDate | ➖ | The original release date. | 2015-02-08 |
leafCount |
Optional<Long> | ➖ | The total number of episodes (or leaves). | 63 |
viewedLeafCount |
Optional<Long> | ➖ | The number of episodes that have been viewed. | 4 |
childCount |
Optional<Integer> | ➖ | The number of child items. | 6 |
addedAt |
long | ✔️ | N/A | 1556281940 |
updatedAt |
long | ✔️ | N/A | 1556281940 |
audienceRatingImage |
Optional<String> | ➖ | The URL for the audience rating image. | themoviedb://image.rating |
parentIndex |
Optional<Long> | ➖ | The index number of the parent entity, which could indicate its order or position. | 2 |
parentThumb |
Optional<String> | ➖ | The URL of the parent's thumbnail image. | /library/metadata/48047/thumb/1671800243 |
grandparentThumb |
Optional<String> | ➖ | The URL of the grandparent's thumbnail image. | /library/metadata/45520/thumb/1736488003 |
grandparentArt |
Optional<String> | ➖ | The URL of the grandparent's art image. | /library/metadata/45520/art/1736488003 |
media |
List<GetMediaMetaDataMedia> | ➖ | N/A | |
image |
List<GetMediaMetaDataImage> | ✔️ | An array of image objects. | |
ultraBlurColors |
GetMediaMetaDataUltraBlurColors | ✔️ | N/A | |
genre |
List<GetMediaMetaDataGenre> | ➖ | An array of genre tags. | |
country |
List<GetMediaMetaDataCountry> | ➖ | An array of country tags. | |
guids |
List<GetMediaMetaDataGuids> | ➖ | An array of GUID objects. | |
ratings |
List<Ratings> | ➖ | An array of rating objects. | |
role |
List<GetMediaMetaDataRole> | ➖ | An array of Actor roles. | |
director |
List<GetMediaMetaDataDirector> | ➖ | An array of Director roles. | |
writer |
List<GetMediaMetaDataWriter> | ➖ | An array of Writer roles. | |
producer |
List<GetMediaMetaDataProducer> | ➖ | An array of Writer roles. | |
similar |
List<GetMediaMetaDataSimilar> | ➖ | An array of similar content objects. | |
location |
List<GetMediaMetaDataLocation> | ➖ | An array of location objects. |