mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-09 12:47:44 +00:00
105 KiB
105 KiB
GetPlaylistContentsMetadata
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
rating_key |
T.nilable(::String) | ➖ | N/A | 17 |
key |
T.nilable(::String) | ➖ | N/A | /library/metadata/17 |
guid |
T.nilable(::String) | ➖ | N/A | plex://movie/5d77683f6f4521001ea9dc53 |
studio |
T.nilable(::String) | ➖ | N/A | Universal Pictures |
type |
T.nilable(::String) | ➖ | N/A | movie |
title |
T.nilable(::String) | ➖ | N/A | Serenity |
title_sort |
T.nilable(::String) | ➖ | N/A | Amazing Spider-Man 2 |
library_section_title |
T.nilable(::String) | ➖ | N/A | Movies |
library_section_id |
T.nilable(::Integer) | ➖ | N/A | 1 |
library_section_key |
T.nilable(::String) | ➖ | N/A | /library/sections/1 |
content_rating |
T.nilable(::String) | ➖ | N/A | PG-13 |
summary |
T.nilable(::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 |
T.nilable(::Float) | ➖ | N/A | 8.2 |
audience_rating |
T.nilable(::Float) | ➖ | N/A | 9.1 |
year |
T.nilable(::Integer) | ➖ | N/A | 2005 |
tagline |
T.nilable(::String) | ➖ | N/A | They aim to misbehave. |
thumb |
T.nilable(::String) | ➖ | N/A | /library/metadata/17/thumb/1705637165 |
art |
T.nilable(::String) | ➖ | N/A | /library/metadata/17/art/1705637165 |
duration |
T.nilable(::Integer) | ➖ | N/A | 141416 |
originally_available_at |
DateTime | ➖ | N/A | 2005-09-29 00:00:00 +0000 UTC |
added_at |
T.nilable(::Integer) | ➖ | N/A | 1705637164 |
updated_at |
T.nilable(::Integer) | ➖ | N/A | 1705637165 |
audience_rating_image |
T.nilable(::String) | ➖ | N/A | rottentomatoes://image.rating.upright |
has_premium_extras |
T.nilable(::String) | ➖ | N/A | 1 |
has_premium_primary_extra |
T.nilable(::String) | ➖ | N/A | 1 |
rating_image |
T.nilable(::String) | ➖ | N/A | rottentomatoes://image.rating.ripe |
media |
T::Array<::OpenApiSDK::Operations::GetPlaylistContentsMedia> | ➖ | N/A | [ { "id": 15, "duration": 141416, "bitrate": 2273, "width": 1920, "height": 814, "aspectRatio": 2.35, "audioChannels": 2, "audioCodec": "aac", "videoCodec": "h264", "videoResolution": "1080", "container": "mp4", "videoFrameRate": "24p", "optimizedForStreaming": 0, "audioProfile": "lc", "has64bitOffsets": false, "videoProfile": "high", "Part": [ { "id": 15, "key": "/library/parts/15/1705637151/file.mp4", "duration": 141416, "file": "/movies/Serenity (2005)/Serenity (2005).mp4", "size": 40271948, "audioProfile": "lc", "container": "mp4", "has64bitOffsets": false, "optimizedForStreaming": false, "videoProfile": "high" } ] } ] |
genre |
T::Array<::OpenApiSDK::Operations::GetPlaylistContentsGenre> | ➖ | N/A | [ { "tag": "Action" } ] |
country |
T::Array<::OpenApiSDK::Operations::GetPlaylistContentsCountry> | ➖ | N/A | [ { "tag": "United States of America" } ] |
director |
T::Array<::OpenApiSDK::Operations::GetPlaylistContentsDirector> | ➖ | N/A | [ { "tag": "Joss Whedon" } ] |
writer |
T::Array<::OpenApiSDK::Operations::GetPlaylistContentsWriter> | ➖ | N/A | [ { "tag": "Joss Whedon" } ] |
role |
T::Array<::OpenApiSDK::Operations::GetPlaylistContentsRole> | ➖ | N/A | [ { "tag": "Gina Torres" } ] |