mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 12:47:44 +00:00
46 KiB
46 KiB
GetMetadataMetadata
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
rating_key |
Optional[str] | ➖ | N/A | 17 |
key |
Optional[str] | ➖ | N/A | /library/metadata/17 |
guid |
Optional[str] | ➖ | N/A | plex://movie/5d77683f6f4521001ea9dc53 |
studio |
Optional[str] | ➖ | N/A | Universal Pictures |
type |
Optional[str] | ➖ | N/A | movie |
title |
Optional[str] | ➖ | N/A | Serenity |
library_section_title |
Optional[str] | ➖ | N/A | Movies |
library_section_id |
Optional[int] | ➖ | N/A | 1 |
library_section_key |
Optional[str] | ➖ | N/A | /library/sections/1 |
content_rating |
Optional[str] | ➖ | N/A | PG-13 |
summary |
Optional[str] | ➖ | 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[float] | ➖ | N/A | 8.2 |
audience_rating |
Optional[float] | ➖ | N/A | 9.1 |
year |
Optional[int] | ➖ | N/A | 2005 |
tagline |
Optional[str] | ➖ | N/A | They aim to misbehave. |
thumb |
Optional[str] | ➖ | N/A | /library/metadata/17/thumb/1705637165 |
art |
Optional[str] | ➖ | N/A | /library/metadata/17/art/1705637165 |
duration |
Optional[int] | ➖ | N/A | 141417 |
originally_available_at |
datetime | ➖ | N/A | 2005-09-29 00:00:00 +0000 UTC |
added_at |
Optional[int] | ➖ | N/A | 1705637164 |
updated_at |
Optional[int] | ➖ | N/A | 1705637165 |
audience_rating_image |
Optional[str] | ➖ | N/A | rottentomatoes://image.rating.upright |
has_premium_primary_extra |
Optional[str] | ➖ | N/A | 1 |
rating_image |
Optional[str] | ➖ | N/A | rottentomatoes://image.rating.ripe |
media |
List[operations.GetMetadataMedia] | ➖ | N/A | |
genre |
List[operations.GetMetadataGenre] | ➖ | N/A | |
country |
List[operations.GetMetadataCountry] | ➖ | N/A | |
guids |
List[operations.Guids] | ➖ | N/A | |
ratings |
List[operations.Ratings] | ➖ | N/A | |
director |
List[operations.GetMetadataDirector] | ➖ | N/A | |
writer |
List[operations.GetMetadataWriter] | ➖ | N/A | |
role |
List[operations.GetMetadataRole] | ➖ | N/A | |
producer |
List[operations.Producer] | ➖ | N/A |