mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-10 04:20:58 +00:00
39 lines
95 KiB
Markdown
39 lines
95 KiB
Markdown
# GetPlaylistContentsMetadata
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
| `ratingKey` | *String* | :heavy_minus_sign: | N/A | 17 |
|
|
| `key` | *String* | :heavy_minus_sign: | N/A | /library/metadata/17 |
|
|
| `guid` | *String* | :heavy_minus_sign: | N/A | plex://movie/5d77683f6f4521001ea9dc53 |
|
|
| `studio` | *String* | :heavy_minus_sign: | N/A | Universal Pictures |
|
|
| `type` | *String* | :heavy_minus_sign: | N/A | movie |
|
|
| `title` | *String* | :heavy_minus_sign: | N/A | Serenity |
|
|
| `titleSort` | *String* | :heavy_minus_sign: | N/A | Amazing Spider-Man 2 |
|
|
| `librarySectionTitle` | *String* | :heavy_minus_sign: | N/A | Movies |
|
|
| `librarySectionID` | *Integer* | :heavy_minus_sign: | N/A | 1 |
|
|
| `librarySectionKey` | *String* | :heavy_minus_sign: | N/A | /library/sections/1 |
|
|
| `contentRating` | *String* | :heavy_minus_sign: | N/A | PG-13 |
|
|
| `summary` | *String* | :heavy_minus_sign: | 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` | *Double* | :heavy_minus_sign: | N/A | 8.2 |
|
|
| `audienceRating` | *Double* | :heavy_minus_sign: | N/A | 9.1 |
|
|
| `year` | *Integer* | :heavy_minus_sign: | N/A | 2005 |
|
|
| `tagline` | *String* | :heavy_minus_sign: | N/A | They aim to misbehave. |
|
|
| `thumb` | *String* | :heavy_minus_sign: | N/A | /library/metadata/17/thumb/1705637165 |
|
|
| `art` | *String* | :heavy_minus_sign: | N/A | /library/metadata/17/art/1705637165 |
|
|
| `duration` | *Integer* | :heavy_minus_sign: | N/A | 141416 |
|
|
| `originallyAvailableAt` | [LocalDate](https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html) | :heavy_minus_sign: | N/A | 2005-09-29 00:00:00 +0000 UTC |
|
|
| `addedAt` | *Integer* | :heavy_minus_sign: | N/A | 1705637164 |
|
|
| `updatedAt` | *Integer* | :heavy_minus_sign: | N/A | 1705637165 |
|
|
| `audienceRatingImage` | *String* | :heavy_minus_sign: | N/A | rottentomatoes://image.rating.upright |
|
|
| `hasPremiumExtras` | *String* | :heavy_minus_sign: | N/A | 1 |
|
|
| `hasPremiumPrimaryExtra` | *String* | :heavy_minus_sign: | N/A | 1 |
|
|
| `ratingImage` | *String* | :heavy_minus_sign: | N/A | rottentomatoes://image.rating.ripe |
|
|
| `media` | List<[org.openapis.openapi.models.operations.GetPlaylistContentsMedia](../../models/operations/GetPlaylistContentsMedia.md)> | :heavy_minus_sign: | N/A | [{"Part":[{"audioProfile":"lc","container":"mp4","duration":141416,"file":"/movies/Serenity (2005)/Serenity (2005).mp4","has64bitOffsets":false,"id":15,"key":"/library/parts/15/1705637151/file.mp4","optimizedForStreaming":false,"size":40271948,"videoProfile":"high"}],"aspectRatio":2.35,"audioChannels":2,"audioCodec":"aac","audioProfile":"lc","bitrate":2273,"container":"mp4","duration":141416,"has64bitOffsets":false,"height":814,"id":15,"optimizedForStreaming":0,"videoCodec":"h264","videoFrameRate":"24p","videoProfile":"high","videoResolution":"1080","width":1920}] |
|
|
| `genre` | List<[org.openapis.openapi.models.operations.GetPlaylistContentsGenre](../../models/operations/GetPlaylistContentsGenre.md)> | :heavy_minus_sign: | N/A | [{"tag":"Action"}] |
|
|
| `country` | List<[org.openapis.openapi.models.operations.GetPlaylistContentsCountry](../../models/operations/GetPlaylistContentsCountry.md)> | :heavy_minus_sign: | N/A | [{"tag":"United States of America"}] |
|
|
| `director` | List<[org.openapis.openapi.models.operations.GetPlaylistContentsDirector](../../models/operations/GetPlaylistContentsDirector.md)> | :heavy_minus_sign: | N/A | [{"tag":"Joss Whedon"}] |
|
|
| `writer` | List<[org.openapis.openapi.models.operations.GetPlaylistContentsWriter](../../models/operations/GetPlaylistContentsWriter.md)> | :heavy_minus_sign: | N/A | [{"tag":"Joss Whedon"}] |
|
|
| `role` | List<[org.openapis.openapi.models.operations.GetPlaylistContentsRole](../../models/operations/GetPlaylistContentsRole.md)> | :heavy_minus_sign: | N/A | [{"tag":"Gina Torres"}] | |