mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-10 04:20:57 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.148.0
This commit is contained in:
11
docs/Models/Requests/AddPlaylistContentsMediaContainer.md
Normal file
11
docs/Models/Requests/AddPlaylistContentsMediaContainer.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# AddPlaylistContentsMediaContainer
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `Size` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `LeafCountAdded` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `LeafCountRequested` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `Metadata` | List<[AddPlaylistContentsMetadata](../../Models/Requests/AddPlaylistContentsMetadata.md)> | :heavy_minus_sign: | N/A | [{"addedAt":1705716458,"composite":"/playlists/94/composite/1705800070","duration":423000,"guid":"com.plexapp.agents.none://972e3047-83d6-4848-a000-261f0af26ba2","key":"/playlists/94/items","leafCount":3,"playlistType":"video","ratingKey":"94","smart":false,"summary":"One of my great playlists","title":"A great playlist","type":"playlist","updatedAt":1705800070}] |
|
||||
20
docs/Models/Requests/AddPlaylistContentsMetadata.md
Normal file
20
docs/Models/Requests/AddPlaylistContentsMetadata.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# AddPlaylistContentsMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
|
||||
| `RatingKey` | *string* | :heavy_minus_sign: | N/A | 94 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /playlists/94/items |
|
||||
| `Guid` | *string* | :heavy_minus_sign: | N/A | com.plexapp.agents.none://972e3047-83d6-4848-a000-261f0af26ba2 |
|
||||
| `Type` | *string* | :heavy_minus_sign: | N/A | playlist |
|
||||
| `Title` | *string* | :heavy_minus_sign: | N/A | A great playlist |
|
||||
| `Summary` | *string* | :heavy_minus_sign: | N/A | One of my great playlists |
|
||||
| `Smart` | *bool* | :heavy_minus_sign: | N/A | false |
|
||||
| `PlaylistType` | *string* | :heavy_minus_sign: | N/A | video |
|
||||
| `Composite` | *string* | :heavy_minus_sign: | N/A | /playlists/94/composite/1705800070 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 423000 |
|
||||
| `LeafCount` | *int* | :heavy_minus_sign: | N/A | 3 |
|
||||
| `AddedAt` | *int* | :heavy_minus_sign: | N/A | 1705716458 |
|
||||
| `UpdatedAt` | *int* | :heavy_minus_sign: | N/A | 1705800070 |
|
||||
@@ -0,0 +1,10 @@
|
||||
# AddPlaylistContentsPlaylistsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[AddPlaylistContentsErrors](../../Models/Requests/AddPlaylistContentsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `PlaylistID` | *double* | :heavy_check_mark: | the ID of the playlist | |
|
||||
| `Uri` | *string* | :heavy_check_mark: | the content URI for the playlist | library://.. |
|
||||
| `PlayQueueID` | *double* | :heavy_check_mark: | the play queue to add to a playlist | 123 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
|
||||
| `PlaylistID` | *double* | :heavy_check_mark: | the ID of the playlist | |
|
||||
| `Uri` | *string* | :heavy_check_mark: | the content URI for the playlist | server://12345/com.plexapp.plugins.library/library/metadata/1 |
|
||||
| `PlayQueueID` | *double* | :heavy_minus_sign: | the play queue to add to a playlist | 123 |
|
||||
@@ -8,4 +8,5 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [AddPlaylistContentsResponseBody](../../Models/Requests/AddPlaylistContentsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
| `TwoHundredApplicationJsonObject` | [AddPlaylistContentsResponseBody](../../Models/Requests/AddPlaylistContentsResponseBody.md) | :heavy_minus_sign: | Playlist Updated |
|
||||
| `FourHundredAndOneApplicationJsonObject` | [AddPlaylistContentsPlaylistsResponseBody](../../Models/Requests/AddPlaylistContentsPlaylistsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +1,10 @@
|
||||
# AddPlaylistContentsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Playlist Updated
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[AddPlaylistContentsErrors](../../Models/Requests/AddPlaylistContentsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
|
||||
| `MediaContainer` | [AddPlaylistContentsMediaContainer](../../Models/Requests/AddPlaylistContentsMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
9
docs/Models/Requests/CreatePlaylistMediaContainer.md
Normal file
9
docs/Models/Requests/CreatePlaylistMediaContainer.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# CreatePlaylistMediaContainer
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `Size` | *int* | :heavy_minus_sign: | N/A | 7 |
|
||||
| `Metadata` | List<[CreatePlaylistMetadata](../../Models/Requests/CreatePlaylistMetadata.md)> | :heavy_minus_sign: | N/A | [{"addedAt":1705719589,"composite":"/playlists/96/composite/1705724593","duration":141000,"guid":"com.plexapp.agents.none://a2f92937-1408-40e2-b022-63a8a9377e55","icon":"playlist://image.smart","key":"/playlists/96/items","lastViewedAt":1705719589,"leafCount":1,"playlistType":"video","ratingKey":"96","smart":false,"summary":"What a great playlist","title":"A Great Playlist","type":"playlist","updatedAt":1705724593,"viewCount":1}] |
|
||||
23
docs/Models/Requests/CreatePlaylistMetadata.md
Normal file
23
docs/Models/Requests/CreatePlaylistMetadata.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# CreatePlaylistMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
|
||||
| `RatingKey` | *string* | :heavy_minus_sign: | N/A | 96 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /playlists/96/items |
|
||||
| `Guid` | *string* | :heavy_minus_sign: | N/A | com.plexapp.agents.none://a2f92937-1408-40e2-b022-63a8a9377e55 |
|
||||
| `Type` | *string* | :heavy_minus_sign: | N/A | playlist |
|
||||
| `Title` | *string* | :heavy_minus_sign: | N/A | A Great Playlist |
|
||||
| `Summary` | *string* | :heavy_minus_sign: | N/A | What a great playlist |
|
||||
| `Smart` | *bool* | :heavy_minus_sign: | N/A | false |
|
||||
| `PlaylistType` | *string* | :heavy_minus_sign: | N/A | video |
|
||||
| `Icon` | *string* | :heavy_minus_sign: | N/A | playlist://image.smart |
|
||||
| `ViewCount` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `LastViewedAt` | *int* | :heavy_minus_sign: | N/A | 1705719589 |
|
||||
| `LeafCount` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `AddedAt` | *int* | :heavy_minus_sign: | N/A | 1705719589 |
|
||||
| `UpdatedAt` | *int* | :heavy_minus_sign: | N/A | 1705724593 |
|
||||
| `Composite` | *string* | :heavy_minus_sign: | N/A | /playlists/96/composite/1705724593 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 141000 |
|
||||
10
docs/Models/Requests/CreatePlaylistPlaylistsResponseBody.md
Normal file
10
docs/Models/Requests/CreatePlaylistPlaylistsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CreatePlaylistPlaylistsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[CreatePlaylistErrors](../../Models/Requests/CreatePlaylistErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
@@ -8,5 +8,5 @@
|
||||
| `Title` | *string* | :heavy_check_mark: | name of the playlist |
|
||||
| `Type` | [Type](../../Models/Requests/Type.md) | :heavy_check_mark: | type of playlist to create |
|
||||
| `Smart` | [Smart](../../Models/Requests/Smart.md) | :heavy_check_mark: | whether the playlist is smart or not |
|
||||
| `Uri` | *string* | :heavy_minus_sign: | the content URI for the playlist |
|
||||
| `Uri` | *string* | :heavy_check_mark: | the content URI for the playlist |
|
||||
| `PlayQueueID` | *double* | :heavy_minus_sign: | the play queue to copy to a playlist |
|
||||
@@ -8,4 +8,5 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [CreatePlaylistResponseBody](../../Models/Requests/CreatePlaylistResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
| `TwoHundredApplicationJsonObject` | [CreatePlaylistResponseBody](../../Models/Requests/CreatePlaylistResponseBody.md) | :heavy_minus_sign: | returns all playlists |
|
||||
| `FourHundredAndOneApplicationJsonObject` | [CreatePlaylistPlaylistsResponseBody](../../Models/Requests/CreatePlaylistPlaylistsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +1,10 @@
|
||||
# CreatePlaylistResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
returns all playlists
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[CreatePlaylistErrors](../../Models/Requests/CreatePlaylistErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `MediaContainer` | [CreatePlaylistMediaContainer](../../Models/Requests/CreatePlaylistMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
@@ -1,7 +1,9 @@
|
||||
# Force
|
||||
|
||||
force overwriting of duplicate playlists. By default, a playlist file uploaded with the same path will overwrite the existing playlist.
|
||||
The `force` argument is used to disable overwriting. If the `force` argument is set to 0, a new playlist will be created suffixed with the date and time that the duplicate was uploaded.
|
||||
Force overwriting of duplicate playlists.
|
||||
By default, a playlist file uploaded with the same path will overwrite the existing playlist.
|
||||
The `force` argument is used to disable overwriting.
|
||||
If the `force` argument is set to 0, a new playlist will be created suffixed with the date and time that the duplicate was uploaded.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `ResponseBodies` | List<[ResponseBody](../../Models/Requests/ResponseBody.md)> | :heavy_minus_sign: | Available Clients |
|
||||
| `Object` | [GetAvailableClientsResponseBody](../../Models/Requests/GetAvailableClientsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
| `TwoHundredApplicationJsonObject` | [GetAvailableClientsResponseBody](../../Models/Requests/GetAvailableClientsResponseBody.md) | :heavy_minus_sign: | Available Clients |
|
||||
| `FourHundredAndOneApplicationJsonObject` | [GetAvailableClientsServerResponseBody](../../Models/Requests/GetAvailableClientsServerResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetAvailableClientsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Available Clients
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetAvailableClientsErrors](../../Models/Requests/GetAvailableClientsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
|
||||
| `MediaContainer` | [GetAvailableClientsMediaContainer](../../Models/Requests/GetAvailableClientsMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
@@ -0,0 +1,10 @@
|
||||
# GetAvailableClientsServerResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetAvailableClientsErrors](../../Models/Requests/GetAvailableClientsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
@@ -1,10 +0,0 @@
|
||||
# GetCommonLibraryItemsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `Code` | *double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `Message` | *string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `Status` | *double* | :heavy_minus_sign: | N/A | 401 |
|
||||
@@ -1,10 +0,0 @@
|
||||
# GetCommonLibraryItemsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
|
||||
| `SectionId` | *double* | :heavy_check_mark: | the Id of the library to query |
|
||||
| `Type` | *double* | :heavy_check_mark: | item type |
|
||||
| `Filter` | *string* | :heavy_minus_sign: | the filter parameter |
|
||||
@@ -1,11 +0,0 @@
|
||||
# GetCommonLibraryItemsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [GetCommonLibraryItemsResponseBody](../../Models/Requests/GetCommonLibraryItemsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +0,0 @@
|
||||
# GetCommonLibraryItemsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetCommonLibraryItemsErrors](../../Models/Requests/GetCommonLibraryItemsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/Models/Requests/GetGlobalHubsHubsResponseBody.md
Normal file
10
docs/Models/Requests/GetGlobalHubsHubsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetGlobalHubsHubsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetGlobalHubsErrors](../../Models/Requests/GetGlobalHubsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
11
docs/Models/Requests/GetGlobalHubsMediaContainer.md
Normal file
11
docs/Models/Requests/GetGlobalHubsMediaContainer.md
Normal file
File diff suppressed because one or more lines are too long
24
docs/Models/Requests/GetGlobalHubsMetadata.md
Normal file
24
docs/Models/Requests/GetGlobalHubsMetadata.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# GetGlobalHubsMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
|
||||
| `RatingKey` | *string* | :heavy_minus_sign: | N/A | 57070 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /playlists/57070/items |
|
||||
| `Guid` | *string* | :heavy_minus_sign: | N/A | com.plexapp.agents.none://9fee6c5b-3143-4923-813e-57bd0190056c |
|
||||
| `Type` | *string* | :heavy_minus_sign: | N/A | playlist |
|
||||
| `Title` | *string* | :heavy_minus_sign: | N/A | November Movie Day |
|
||||
| `TitleSort` | *string* | :heavy_minus_sign: | N/A | Tracks |
|
||||
| `Summary` | *string* | :heavy_minus_sign: | N/A | |
|
||||
| `Smart` | *bool* | :heavy_minus_sign: | N/A | false |
|
||||
| `PlaylistType` | *string* | :heavy_minus_sign: | N/A | video |
|
||||
| `Composite` | *string* | :heavy_minus_sign: | N/A | /playlists/57070/composite/1668787730 |
|
||||
| `Icon` | *string* | :heavy_minus_sign: | N/A | playlist://image.smart |
|
||||
| `ViewCount` | *int* | :heavy_minus_sign: | N/A | 2 |
|
||||
| `LastViewedAt` | *int* | :heavy_minus_sign: | N/A | 1668787732 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 16873000 |
|
||||
| `LeafCount` | *int* | :heavy_minus_sign: | N/A | 3 |
|
||||
| `AddedAt` | *int* | :heavy_minus_sign: | N/A | 1668779618 |
|
||||
| `UpdatedAt` | *int* | :heavy_minus_sign: | N/A | 1668787730 |
|
||||
@@ -8,4 +8,5 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [GetGlobalHubsResponseBody](../../Models/Requests/GetGlobalHubsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
| `TwoHundredApplicationJsonObject` | [GetGlobalHubsResponseBody](../../Models/Requests/GetGlobalHubsResponseBody.md) | :heavy_minus_sign: | returns global hubs |
|
||||
| `FourHundredAndOneApplicationJsonObject` | [GetGlobalHubsHubsResponseBody](../../Models/Requests/GetGlobalHubsHubsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetGlobalHubsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
returns global hubs
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetGlobalHubsErrors](../../Models/Requests/GetGlobalHubsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
|
||||
| `MediaContainer` | [GetGlobalHubsMediaContainer](../../Models/Requests/GetGlobalHubsMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
@@ -1,10 +0,0 @@
|
||||
# GetLatestLibraryItemsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `Code` | *double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `Message` | *string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `Status` | *double* | :heavy_minus_sign: | N/A | 401 |
|
||||
@@ -1,10 +0,0 @@
|
||||
# GetLatestLibraryItemsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
|
||||
| `SectionId` | *double* | :heavy_check_mark: | the Id of the library to query |
|
||||
| `Type` | *double* | :heavy_check_mark: | item type |
|
||||
| `Filter` | *string* | :heavy_minus_sign: | the filter parameter |
|
||||
@@ -1,11 +0,0 @@
|
||||
# GetLatestLibraryItemsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [GetLatestLibraryItemsResponseBody](../../Models/Requests/GetLatestLibraryItemsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +0,0 @@
|
||||
# GetLatestLibraryItemsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetLatestLibraryItemsErrors](../../Models/Requests/GetLatestLibraryItemsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
8
docs/Models/Requests/GetLibraryHubsCountry.md
Normal file
8
docs/Models/Requests/GetLibraryHubsCountry.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetLibraryHubsCountry
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------ | ------------------------ | ------------------------ | ------------------------ | ------------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | United States of America |
|
||||
8
docs/Models/Requests/GetLibraryHubsDirector.md
Normal file
8
docs/Models/Requests/GetLibraryHubsDirector.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetLibraryHubsDirector
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Nathan Greno |
|
||||
8
docs/Models/Requests/GetLibraryHubsGenre.md
Normal file
8
docs/Models/Requests/GetLibraryHubsGenre.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetLibraryHubsGenre
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Animation |
|
||||
19
docs/Models/Requests/GetLibraryHubsHub.md
Normal file
19
docs/Models/Requests/GetLibraryHubsHub.md
Normal file
File diff suppressed because one or more lines are too long
10
docs/Models/Requests/GetLibraryHubsHubsResponseBody.md
Normal file
10
docs/Models/Requests/GetLibraryHubsHubsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryHubsHubsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetLibraryHubsErrors](../../Models/Requests/GetLibraryHubsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
24
docs/Models/Requests/GetLibraryHubsMedia.md
Normal file
24
docs/Models/Requests/GetLibraryHubsMedia.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# GetLibraryHubsMedia
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 38247 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 6017237 |
|
||||
| `Bitrate` | *int* | :heavy_minus_sign: | N/A | 2051 |
|
||||
| `Width` | *int* | :heavy_minus_sign: | N/A | 1920 |
|
||||
| `Height` | *int* | :heavy_minus_sign: | N/A | 1080 |
|
||||
| `AspectRatio` | *double* | :heavy_minus_sign: | N/A | 1.78 |
|
||||
| `AudioChannels` | *int* | :heavy_minus_sign: | N/A | 2 |
|
||||
| `AudioCodec` | *string* | :heavy_minus_sign: | N/A | aac |
|
||||
| `VideoCodec` | *string* | :heavy_minus_sign: | N/A | h264 |
|
||||
| `VideoResolution` | *string* | :heavy_minus_sign: | N/A | 1080 |
|
||||
| `Container` | *string* | :heavy_minus_sign: | N/A | mp4 |
|
||||
| `VideoFrameRate` | *string* | :heavy_minus_sign: | N/A | 24p |
|
||||
| `OptimizedForStreaming` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `AudioProfile` | *string* | :heavy_minus_sign: | N/A | lc |
|
||||
| `Has64bitOffsets` | *bool* | :heavy_minus_sign: | N/A | false |
|
||||
| `VideoProfile` | *string* | :heavy_minus_sign: | N/A | high |
|
||||
| `Part` | List<[GetLibraryHubsPart](../../Models/Requests/GetLibraryHubsPart.md)> | :heavy_minus_sign: | N/A | [{"audioProfile":"lc","container":"mp4","duration":6017237,"file":"/movies/Tangled (2010)/Tangled (2010) Bluray-1080p.mp4","has64bitOffsets":false,"id":38247,"key":"/library/parts/38247/1589412494/file.mp4","optimizedForStreaming":true,"size":1545647447,"videoProfile":"high"}] |
|
||||
14
docs/Models/Requests/GetLibraryHubsMediaContainer.md
Normal file
14
docs/Models/Requests/GetLibraryHubsMediaContainer.md
Normal file
File diff suppressed because one or more lines are too long
41
docs/Models/Requests/GetLibraryHubsMetadata.md
Normal file
41
docs/Models/Requests/GetLibraryHubsMetadata.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# GetLibraryHubsMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `RatingKey` | *string* | :heavy_minus_sign: | N/A | 14944 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /library/metadata/14944 |
|
||||
| `Guid` | *string* | :heavy_minus_sign: | N/A | plex://movie/5d77686eeb5d26001f1eb339 |
|
||||
| `Studio` | *string* | :heavy_minus_sign: | N/A | Walt Disney Animation Studios |
|
||||
| `Type` | *string* | :heavy_minus_sign: | N/A | movie |
|
||||
| `Title` | *string* | :heavy_minus_sign: | N/A | Tangled |
|
||||
| `LibrarySectionTitle` | *string* | :heavy_minus_sign: | N/A | Movies |
|
||||
| `LibrarySectionID` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `LibrarySectionKey` | *string* | :heavy_minus_sign: | N/A | /library/sections/1 |
|
||||
| `ContentRating` | *string* | :heavy_minus_sign: | N/A | PG |
|
||||
| `Summary` | *string* | :heavy_minus_sign: | N/A | The magically long-haired Rapunzel has spent her entire life in a tower, but now that a runaway thief has stumbled upon her, she is about to discover the world for the first time, and who she really is. |
|
||||
| `Rating` | *double* | :heavy_minus_sign: | N/A | 8.9 |
|
||||
| `AudienceRating` | *double* | :heavy_minus_sign: | N/A | 8.7 |
|
||||
| `ViewCount` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `LastViewedAt` | *int* | :heavy_minus_sign: | N/A | 1704936047 |
|
||||
| `Year` | *int* | :heavy_minus_sign: | N/A | 2010 |
|
||||
| `Tagline` | *string* | :heavy_minus_sign: | N/A | They're taking adventure to new lengths. |
|
||||
| `Thumb` | *string* | :heavy_minus_sign: | N/A | /library/metadata/14944/thumb/1705739847 |
|
||||
| `Art` | *string* | :heavy_minus_sign: | N/A | /library/metadata/14944/art/1705739847 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 6017237 |
|
||||
| `OriginallyAvailableAt` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | N/A | 2010-11-24 00:00:00 +0000 UTC |
|
||||
| `AddedAt` | *int* | :heavy_minus_sign: | N/A | 1589412494 |
|
||||
| `UpdatedAt` | *int* | :heavy_minus_sign: | N/A | 1705739847 |
|
||||
| `AudienceRatingImage` | *string* | :heavy_minus_sign: | N/A | rottentomatoes://image.rating.upright |
|
||||
| `PrimaryExtraKey` | *string* | :heavy_minus_sign: | N/A | /library/metadata/14952 |
|
||||
| `RatingImage` | *string* | :heavy_minus_sign: | N/A | rottentomatoes://image.rating.ripe |
|
||||
| `Media` | List<[GetLibraryHubsMedia](../../Models/Requests/GetLibraryHubsMedia.md)> | :heavy_minus_sign: | N/A | [{"Part":[{"audioProfile":"lc","container":"mp4","duration":6017237,"file":"/movies/Tangled (2010)/Tangled (2010) Bluray-1080p.mp4","has64bitOffsets":false,"id":38247,"key":"/library/parts/38247/1589412494/file.mp4","optimizedForStreaming":true,"size":1545647447,"videoProfile":"high"}],"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","audioProfile":"lc","bitrate":2051,"container":"mp4","duration":6017237,"has64bitOffsets":false,"height":1080,"id":38247,"optimizedForStreaming":1,"videoCodec":"h264","videoFrameRate":"24p","videoProfile":"high","videoResolution":"1080","width":1920}] |
|
||||
| `Genre` | List<[GetLibraryHubsGenre](../../Models/Requests/GetLibraryHubsGenre.md)> | :heavy_minus_sign: | N/A | [{"tag":"Animation"}] |
|
||||
| `Country` | List<[GetLibraryHubsCountry](../../Models/Requests/GetLibraryHubsCountry.md)> | :heavy_minus_sign: | N/A | [{"tag":"United States of America"}] |
|
||||
| `Director` | List<[GetLibraryHubsDirector](../../Models/Requests/GetLibraryHubsDirector.md)> | :heavy_minus_sign: | N/A | [{"tag":"Nathan Greno"}] |
|
||||
| `Role` | List<[GetLibraryHubsRole](../../Models/Requests/GetLibraryHubsRole.md)> | :heavy_minus_sign: | N/A | [{"tag":"Donna Murphy"}] |
|
||||
| `Writer` | List<[GetLibraryHubsWriter](../../Models/Requests/GetLibraryHubsWriter.md)> | :heavy_minus_sign: | N/A | [{"tag":"Wilhelm Grimm"}] |
|
||||
| `SkipCount` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `ChapterSource` | *string* | :heavy_minus_sign: | N/A | media |
|
||||
17
docs/Models/Requests/GetLibraryHubsPart.md
Normal file
17
docs/Models/Requests/GetLibraryHubsPart.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# GetLibraryHubsPart
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 38247 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /library/parts/38247/1589412494/file.mp4 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 6017237 |
|
||||
| `File` | *string* | :heavy_minus_sign: | N/A | /movies/Tangled (2010)/Tangled (2010) Bluray-1080p.mp4 |
|
||||
| `Size` | *int* | :heavy_minus_sign: | N/A | 1545647447 |
|
||||
| `AudioProfile` | *string* | :heavy_minus_sign: | N/A | lc |
|
||||
| `Container` | *string* | :heavy_minus_sign: | N/A | mp4 |
|
||||
| `Has64bitOffsets` | *bool* | :heavy_minus_sign: | N/A | false |
|
||||
| `OptimizedForStreaming` | *bool* | :heavy_minus_sign: | N/A | true |
|
||||
| `VideoProfile` | *string* | :heavy_minus_sign: | N/A | high |
|
||||
@@ -8,4 +8,5 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [GetLibraryHubsResponseBody](../../Models/Requests/GetLibraryHubsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
| `TwoHundredApplicationJsonObject` | [GetLibraryHubsResponseBody](../../Models/Requests/GetLibraryHubsResponseBody.md) | :heavy_minus_sign: | The hubs specific to the library |
|
||||
| `FourHundredAndOneApplicationJsonObject` | [GetLibraryHubsHubsResponseBody](../../Models/Requests/GetLibraryHubsHubsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetLibraryHubsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
The hubs specific to the library
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetLibraryHubsErrors](../../Models/Requests/GetLibraryHubsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `MediaContainer` | [GetLibraryHubsMediaContainer](../../Models/Requests/GetLibraryHubsMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
8
docs/Models/Requests/GetLibraryHubsRole.md
Normal file
8
docs/Models/Requests/GetLibraryHubsRole.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetLibraryHubsRole
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Donna Murphy |
|
||||
8
docs/Models/Requests/GetLibraryHubsWriter.md
Normal file
8
docs/Models/Requests/GetLibraryHubsWriter.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetLibraryHubsWriter
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Wilhelm Grimm |
|
||||
8
docs/Models/Requests/GetLibraryItemsCountry.md
Normal file
8
docs/Models/Requests/GetLibraryItemsCountry.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetLibraryItemsCountry
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------ | ------------------------ | ------------------------ | ------------------------ | ------------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | United States of America |
|
||||
8
docs/Models/Requests/GetLibraryItemsDirector.md
Normal file
8
docs/Models/Requests/GetLibraryItemsDirector.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetLibraryItemsDirector
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | James Cameron |
|
||||
@@ -1,10 +0,0 @@
|
||||
# GetLibraryItemsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `Code` | *double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `Message` | *string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `Status` | *double* | :heavy_minus_sign: | N/A | 401 |
|
||||
8
docs/Models/Requests/GetLibraryItemsGenre.md
Normal file
8
docs/Models/Requests/GetLibraryItemsGenre.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetLibraryItemsGenre
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Adventure |
|
||||
21
docs/Models/Requests/GetLibraryItemsMedia.md
Normal file
21
docs/Models/Requests/GetLibraryItemsMedia.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# GetLibraryItemsMedia
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 119534 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 11558112 |
|
||||
| `Bitrate` | *int* | :heavy_minus_sign: | N/A | 25025 |
|
||||
| `Width` | *int* | :heavy_minus_sign: | N/A | 3840 |
|
||||
| `Height` | *int* | :heavy_minus_sign: | N/A | 2072 |
|
||||
| `AspectRatio` | *double* | :heavy_minus_sign: | N/A | 1.85 |
|
||||
| `AudioChannels` | *int* | :heavy_minus_sign: | N/A | 6 |
|
||||
| `AudioCodec` | *string* | :heavy_minus_sign: | N/A | eac3 |
|
||||
| `VideoCodec` | *string* | :heavy_minus_sign: | N/A | hevc |
|
||||
| `VideoResolution` | *string* | :heavy_minus_sign: | N/A | 4k |
|
||||
| `Container` | *string* | :heavy_minus_sign: | N/A | mkv |
|
||||
| `VideoFrameRate` | *string* | :heavy_minus_sign: | N/A | 24p |
|
||||
| `VideoProfile` | *string* | :heavy_minus_sign: | N/A | main 10 |
|
||||
| `Part` | List<[GetLibraryItemsPart](../../Models/Requests/GetLibraryItemsPart.md)> | :heavy_minus_sign: | N/A | [{"container":"mkv","duration":11558112,"file":"/movies/Avatar The Way of Water (2022)/Avatar.The.Way.of.Water.2022.2160p.WEB-DL.DDP5.1.Atmos.DV.HDR10.HEVC-CMRG.mkv","id":119542,"key":"/library/parts/119542/1680457526/file.mkv","size":36158371307,"videoProfile":"main 10"}] |
|
||||
22
docs/Models/Requests/GetLibraryItemsMediaContainer.md
Normal file
22
docs/Models/Requests/GetLibraryItemsMediaContainer.md
Normal file
File diff suppressed because one or more lines are too long
41
docs/Models/Requests/GetLibraryItemsMetadata.md
Normal file
41
docs/Models/Requests/GetLibraryItemsMetadata.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# GetLibraryItemsMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `RatingKey` | *string* | :heavy_minus_sign: | N/A | 58683 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /library/metadata/58683 |
|
||||
| `Guid` | *string* | :heavy_minus_sign: | N/A | plex://movie/5d7768ba96b655001fdc0408 |
|
||||
| `Studio` | *string* | :heavy_minus_sign: | N/A | 20th Century Studios |
|
||||
| `Type` | *string* | :heavy_minus_sign: | N/A | movie |
|
||||
| `Title` | *string* | :heavy_minus_sign: | N/A | Avatar: The Way of Water |
|
||||
| `ContentRating` | *string* | :heavy_minus_sign: | N/A | PG-13 |
|
||||
| `Summary` | *string* | :heavy_minus_sign: | N/A | Jake Sully lives with his newfound family formed on the extrasolar moon Pandora. Once a familiar threat returns to finish what was previously started, Jake must work with Neytiri and the army of the Na'vi race to protect their home. |
|
||||
| `Rating` | *double* | :heavy_minus_sign: | N/A | 7.6 |
|
||||
| `AudienceRating` | *double* | :heavy_minus_sign: | N/A | 9.2 |
|
||||
| `Year` | *int* | :heavy_minus_sign: | N/A | 2022 |
|
||||
| `Tagline` | *string* | :heavy_minus_sign: | N/A | Return to Pandora. |
|
||||
| `Thumb` | *string* | :heavy_minus_sign: | N/A | /library/metadata/58683/thumb/1703239236 |
|
||||
| `Art` | *string* | :heavy_minus_sign: | N/A | /library/metadata/58683/art/1703239236 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 11558112 |
|
||||
| `OriginallyAvailableAt` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | N/A | 2022-12-14 00:00:00 +0000 UTC |
|
||||
| `AddedAt` | *int* | :heavy_minus_sign: | N/A | 1680457607 |
|
||||
| `UpdatedAt` | *int* | :heavy_minus_sign: | N/A | 1703239236 |
|
||||
| `AudienceRatingImage` | *string* | :heavy_minus_sign: | N/A | rottentomatoes://image.rating.upright |
|
||||
| `ChapterSource` | *string* | :heavy_minus_sign: | N/A | media |
|
||||
| `PrimaryExtraKey` | *string* | :heavy_minus_sign: | N/A | /library/metadata/58684 |
|
||||
| `RatingImage` | *string* | :heavy_minus_sign: | N/A | rottentomatoes://image.rating.ripe |
|
||||
| `Media` | List<[GetLibraryItemsMedia](../../Models/Requests/GetLibraryItemsMedia.md)> | :heavy_minus_sign: | N/A | [{"Part":[{"container":"mkv","duration":11558112,"file":"/movies/Avatar The Way of Water (2022)/Avatar.The.Way.of.Water.2022.2160p.WEB-DL.DDP5.1.Atmos.DV.HDR10.HEVC-CMRG.mkv","id":119542,"key":"/library/parts/119542/1680457526/file.mkv","size":36158371307,"videoProfile":"main 10"}],"aspectRatio":1.85,"audioChannels":6,"audioCodec":"eac3","bitrate":25025,"container":"mkv","duration":11558112,"height":2072,"id":119534,"videoCodec":"hevc","videoFrameRate":"24p","videoProfile":"main 10","videoResolution":"4k","width":3840}] |
|
||||
| `Genre` | List<[GetLibraryItemsGenre](../../Models/Requests/GetLibraryItemsGenre.md)> | :heavy_minus_sign: | N/A | [{"tag":"Adventure"}] |
|
||||
| `Country` | List<[GetLibraryItemsCountry](../../Models/Requests/GetLibraryItemsCountry.md)> | :heavy_minus_sign: | N/A | [{"tag":"United States of America"}] |
|
||||
| `Director` | List<[GetLibraryItemsDirector](../../Models/Requests/GetLibraryItemsDirector.md)> | :heavy_minus_sign: | N/A | [{"tag":"James Cameron"}] |
|
||||
| `Writer` | List<[GetLibraryItemsWriter](../../Models/Requests/GetLibraryItemsWriter.md)> | :heavy_minus_sign: | N/A | [{"tag":"James Cameron"}] |
|
||||
| `Role` | List<[GetLibraryItemsRole](../../Models/Requests/GetLibraryItemsRole.md)> | :heavy_minus_sign: | N/A | [{"tag":"Sigourney Weaver"}] |
|
||||
| `TitleSort` | *string* | :heavy_minus_sign: | N/A | Whale |
|
||||
| `ViewCount` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `LastViewedAt` | *int* | :heavy_minus_sign: | N/A | 1682752242 |
|
||||
| `OriginalTitle` | *string* | :heavy_minus_sign: | N/A | 映画 ブラッククローバー 魔法帝の剣 |
|
||||
| `ViewOffset` | *int* | :heavy_minus_sign: | N/A | 5222500 |
|
||||
| `SkipCount` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
14
docs/Models/Requests/GetLibraryItemsPart.md
Normal file
14
docs/Models/Requests/GetLibraryItemsPart.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# GetLibraryItemsPart
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 119542 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /library/parts/119542/1680457526/file.mkv |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 11558112 |
|
||||
| `File` | *string* | :heavy_minus_sign: | N/A | /movies/Avatar The Way of Water (2022)/Avatar.The.Way.of.Water.2022.2160p.WEB-DL.DDP5.1.Atmos.DV.HDR10.HEVC-CMRG.mkv |
|
||||
| `Size` | *long* | :heavy_minus_sign: | N/A | 36158371307 |
|
||||
| `Container` | *string* | :heavy_minus_sign: | N/A | mkv |
|
||||
| `VideoProfile` | *string* | :heavy_minus_sign: | N/A | main 10 |
|
||||
@@ -3,8 +3,7 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
|
||||
| `SectionId` | *double* | :heavy_check_mark: | the Id of the library to query |
|
||||
| `Type` | *double* | :heavy_minus_sign: | item type |
|
||||
| `Filter` | *string* | :heavy_minus_sign: | the filter parameter |
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
|
||||
| `SectionId` | *long* | :heavy_check_mark: | the Id of the library to query |
|
||||
| `Tag` | [Tag](../../Models/Requests/Tag.md) | :heavy_check_mark: | A key representing a specific tag within the section. |
|
||||
@@ -8,4 +8,4 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [GetLibraryItemsResponseBody](../../Models/Requests/GetLibraryItemsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
| `Object` | [GetLibraryItemsResponseBody](../../Models/Requests/GetLibraryItemsResponseBody.md) | :heavy_minus_sign: | The contents of the library by section and tag |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetLibraryItemsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
The contents of the library by section and tag
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetLibraryItemsErrors](../../Models/Requests/GetLibraryItemsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
|
||||
| `MediaContainer` | [GetLibraryItemsMediaContainer](../../Models/Requests/GetLibraryItemsMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
8
docs/Models/Requests/GetLibraryItemsRole.md
Normal file
8
docs/Models/Requests/GetLibraryItemsRole.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetLibraryItemsRole
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Sigourney Weaver |
|
||||
8
docs/Models/Requests/GetLibraryItemsWriter.md
Normal file
8
docs/Models/Requests/GetLibraryItemsWriter.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetLibraryItemsWriter
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | James Cameron |
|
||||
12
docs/Models/Requests/GetMetadataChildrenDirectory.md
Normal file
12
docs/Models/Requests/GetMetadataChildrenDirectory.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# GetMetadataChildrenDirectory
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
|
||||
| `LeafCount` | *int* | :heavy_minus_sign: | N/A | 16 |
|
||||
| `Thumb` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/thumb/1705739923 |
|
||||
| `ViewedLeafCount` | *int* | :heavy_minus_sign: | N/A | 16 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/allLeaves |
|
||||
| `Title` | *string* | :heavy_minus_sign: | N/A | All episodes |
|
||||
@@ -0,0 +1,10 @@
|
||||
# GetMetadataChildrenLibraryResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetMetadataChildrenErrors](../../Models/Requests/GetMetadataChildrenErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
30
docs/Models/Requests/GetMetadataChildrenMediaContainer.md
Normal file
30
docs/Models/Requests/GetMetadataChildrenMediaContainer.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# GetMetadataChildrenMediaContainer
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `Size` | *int* | :heavy_minus_sign: | N/A | 3 |
|
||||
| `AllowSync` | *bool* | :heavy_minus_sign: | N/A | true |
|
||||
| `Art` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/art/1705739923 |
|
||||
| `Identifier` | *string* | :heavy_minus_sign: | N/A | com.plexapp.plugins.library |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | 30072 |
|
||||
| `LibrarySectionID` | *int* | :heavy_minus_sign: | N/A | 2 |
|
||||
| `LibrarySectionTitle` | *string* | :heavy_minus_sign: | N/A | TV Shows |
|
||||
| `LibrarySectionUUID` | *string* | :heavy_minus_sign: | N/A | 4bb2521c-8ba9-459b-aaee-8ab8bc35eabd |
|
||||
| `MediaTagPrefix` | *string* | :heavy_minus_sign: | N/A | /system/bundle/media/flags/ |
|
||||
| `MediaTagVersion` | *int* | :heavy_minus_sign: | N/A | 1701731894 |
|
||||
| `Nocache` | *bool* | :heavy_minus_sign: | N/A | true |
|
||||
| `ParentIndex` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `ParentTitle` | *string* | :heavy_minus_sign: | N/A | Reacher |
|
||||
| `ParentYear` | *int* | :heavy_minus_sign: | N/A | 2022 |
|
||||
| `Summary` | *string* | :heavy_minus_sign: | N/A | When retired Military Police Officer Jack Reacher is arrested for a murder he did not commit, he finds himself in the middle of a deadly conspiracy full of dirty cops, shady businessmen, and scheming politicians. With nothing but his wits, he must figure out what is happening in Margrave, Georgia. |
|
||||
| `Theme` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/theme/1705739923 |
|
||||
| `Thumb` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/thumb/1705739923 |
|
||||
| `Title1` | *string* | :heavy_minus_sign: | N/A | TV Shows |
|
||||
| `Title2` | *string* | :heavy_minus_sign: | N/A | Reacher |
|
||||
| `ViewGroup` | *string* | :heavy_minus_sign: | N/A | season |
|
||||
| `ViewMode` | *int* | :heavy_minus_sign: | N/A | 65593 |
|
||||
| `Directory` | List<[GetMetadataChildrenDirectory](../../Models/Requests/GetMetadataChildrenDirectory.md)> | :heavy_minus_sign: | N/A | [{"key":"/library/metadata/30072/allLeaves","leafCount":16,"thumb":"/library/metadata/30072/thumb/1705739923","title":"All episodes","viewedLeafCount":16}] |
|
||||
| `Metadata` | List<[GetMetadataChildrenMetadata](../../Models/Requests/GetMetadataChildrenMetadata.md)> | :heavy_minus_sign: | N/A | [{"addedAt":1702602021,"art":"/library/metadata/30072/art/1705739923","guid":"plex://season/652aea6549508477c34c6000","index":2,"key":"/library/metadata/66488/children","lastRatedAt":1703881224,"lastViewedAt":1705646565,"leafCount":8,"parentGuid":"plex://show/5d9c09190aaccd001f8f42f0","parentIndex":1,"parentKey":"/library/metadata/30072","parentRatingKey":"30072","parentStudio":"Amazon Studios","parentTheme":"/library/metadata/30072/theme/1705739923","parentThumb":"/library/metadata/30072/thumb/1705739923","parentTitle":"Reacher","parentYear":2022,"ratingKey":"66488","skipCount":1,"summary":"Based on\"Bad Luck and Trouble,\" when members of Reacher's old military unit start turning up dead, Reacher has just one thing on his mind—revenge.","thumb":"/library/metadata/66488/thumb/1703065033","title":"Season 2","type":"season","updatedAt":1703065033,"userRating":9,"viewCount":11,"viewedLeafCount":8}] |
|
||||
34
docs/Models/Requests/GetMetadataChildrenMetadata.md
Normal file
34
docs/Models/Requests/GetMetadataChildrenMetadata.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# GetMetadataChildrenMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `RatingKey` | *string* | :heavy_minus_sign: | N/A | 66488 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /library/metadata/66488/children |
|
||||
| `ParentRatingKey` | *string* | :heavy_minus_sign: | N/A | 30072 |
|
||||
| `Guid` | *string* | :heavy_minus_sign: | N/A | plex://season/652aea6549508477c34c6000 |
|
||||
| `ParentGuid` | *string* | :heavy_minus_sign: | N/A | plex://show/5d9c09190aaccd001f8f42f0 |
|
||||
| `ParentStudio` | *string* | :heavy_minus_sign: | N/A | Amazon Studios |
|
||||
| `Type` | *string* | :heavy_minus_sign: | N/A | season |
|
||||
| `Title` | *string* | :heavy_minus_sign: | N/A | Season 2 |
|
||||
| `ParentKey` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072 |
|
||||
| `ParentTitle` | *string* | :heavy_minus_sign: | N/A | Reacher |
|
||||
| `Summary` | *string* | :heavy_minus_sign: | N/A | Based on"Bad Luck and Trouble," when members of Reacher's old military unit start turning up dead, Reacher has just one thing on his mind—revenge. |
|
||||
| `Index` | *int* | :heavy_minus_sign: | N/A | 2 |
|
||||
| `ParentIndex` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `ViewCount` | *int* | :heavy_minus_sign: | N/A | 11 |
|
||||
| `LastViewedAt` | *int* | :heavy_minus_sign: | N/A | 1705646565 |
|
||||
| `ParentYear` | *int* | :heavy_minus_sign: | N/A | 2022 |
|
||||
| `Thumb` | *string* | :heavy_minus_sign: | N/A | /library/metadata/66488/thumb/1703065033 |
|
||||
| `Art` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/art/1705739923 |
|
||||
| `ParentThumb` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/thumb/1705739923 |
|
||||
| `ParentTheme` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/theme/1705739923 |
|
||||
| `LeafCount` | *int* | :heavy_minus_sign: | N/A | 8 |
|
||||
| `ViewedLeafCount` | *int* | :heavy_minus_sign: | N/A | 8 |
|
||||
| `AddedAt` | *int* | :heavy_minus_sign: | N/A | 1702602021 |
|
||||
| `UpdatedAt` | *int* | :heavy_minus_sign: | N/A | 1703065033 |
|
||||
| `UserRating` | *int* | :heavy_minus_sign: | N/A | 9 |
|
||||
| `SkipCount` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `LastRatedAt` | *int* | :heavy_minus_sign: | N/A | 1703881224 |
|
||||
@@ -8,4 +8,5 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [GetMetadataChildrenResponseBody](../../Models/Requests/GetMetadataChildrenResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
| `TwoHundredApplicationJsonObject` | [GetMetadataChildrenResponseBody](../../Models/Requests/GetMetadataChildrenResponseBody.md) | :heavy_minus_sign: | The children of the library item. |
|
||||
| `FourHundredAndOneApplicationJsonObject` | [GetMetadataChildrenLibraryResponseBody](../../Models/Requests/GetMetadataChildrenLibraryResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetMetadataChildrenResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
The children of the library item.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetMetadataChildrenErrors](../../Models/Requests/GetMetadataChildrenErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
|
||||
| `MediaContainer` | [GetMetadataChildrenMediaContainer](../../Models/Requests/GetMetadataChildrenMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
10
docs/Models/Requests/GetMetadataCountry.md
Normal file
10
docs/Models/Requests/GetMetadataCountry.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetMetadataCountry
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------ | ------------------------ | ------------------------ | ------------------------ | ------------------------ |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 116 |
|
||||
| `Filter` | *string* | :heavy_minus_sign: | N/A | country=116 |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | United States of America |
|
||||
12
docs/Models/Requests/GetMetadataDirector.md
Normal file
12
docs/Models/Requests/GetMetadataDirector.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# GetMetadataDirector
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 130 |
|
||||
| `Filter` | *string* | :heavy_minus_sign: | N/A | director=130 |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Joss Whedon |
|
||||
| `TagKey` | *string* | :heavy_minus_sign: | N/A | 5d776828880197001ec90e8f |
|
||||
| `Thumb` | *string* | :heavy_minus_sign: | N/A | https://metadata-static.plex.tv/people/5d776828880197001ec90e8f.jpg |
|
||||
10
docs/Models/Requests/GetMetadataGenre.md
Normal file
10
docs/Models/Requests/GetMetadataGenre.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetMetadataGenre
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 184 |
|
||||
| `Filter` | *string* | :heavy_minus_sign: | N/A | genre=184 |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Thriller |
|
||||
10
docs/Models/Requests/GetMetadataLibraryResponseBody.md
Normal file
10
docs/Models/Requests/GetMetadataLibraryResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetMetadataLibraryResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetMetadataErrors](../../Models/Requests/GetMetadataErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
24
docs/Models/Requests/GetMetadataMedia.md
Normal file
24
docs/Models/Requests/GetMetadataMedia.md
Normal file
File diff suppressed because one or more lines are too long
16
docs/Models/Requests/GetMetadataMediaContainer.md
Normal file
16
docs/Models/Requests/GetMetadataMediaContainer.md
Normal file
File diff suppressed because one or more lines are too long
40
docs/Models/Requests/GetMetadataMetadata.md
Normal file
40
docs/Models/Requests/GetMetadataMetadata.md
Normal file
File diff suppressed because one or more lines are too long
18
docs/Models/Requests/GetMetadataPart.md
Normal file
18
docs/Models/Requests/GetMetadataPart.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# GetMetadataPart
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 15 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /library/parts/15/1705637151/file.mp4 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 141417 |
|
||||
| `File` | *string* | :heavy_minus_sign: | N/A | /movies/Serenity (2005)/Serenity (2005).mp4 |
|
||||
| `Size` | *int* | :heavy_minus_sign: | N/A | 40271948 |
|
||||
| `AudioProfile` | *string* | :heavy_minus_sign: | N/A | lc |
|
||||
| `Container` | *string* | :heavy_minus_sign: | N/A | mp4 |
|
||||
| `Has64bitOffsets` | *bool* | :heavy_minus_sign: | N/A | false |
|
||||
| `OptimizedForStreaming` | *bool* | :heavy_minus_sign: | N/A | false |
|
||||
| `VideoProfile` | *string* | :heavy_minus_sign: | N/A | high |
|
||||
| `Stream` | List<[Stream](../../Models/Requests/Stream.md)> | :heavy_minus_sign: | N/A | [{"bitDepth":8,"bitrate":128,"channels":2,"chromaLocation":"left","chromaSubsampling":14520,"codec":"aac","codedHeight":816,"codedWidth":1920,"colorPrimaries":"bt709","colorRange":"tv","colorSpace":"bt709","colorTrc":"bt709","default":true,"displayTitle":"English (AAC Stereo)","extendedDisplayTitle":"English (AAC Stereo)","frameRate":24,"hasScalingMatrix":false,"height":814,"id":29,"index":0,"language":"English","languageCode":"eng","languageTag":"en","level":40,"profile":"lc","refFrames":4,"samplingRate":44100,"scanType":"progressive","selected":true,"streamIdentifier":"1","streamType":2,"width":1920}] |
|
||||
@@ -8,4 +8,5 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [GetMetadataResponseBody](../../Models/Requests/GetMetadataResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
| `TwoHundredApplicationJsonObject` | [GetMetadataResponseBody](../../Models/Requests/GetMetadataResponseBody.md) | :heavy_minus_sign: | The metadata of the library item. |
|
||||
| `FourHundredAndOneApplicationJsonObject` | [GetMetadataLibraryResponseBody](../../Models/Requests/GetMetadataLibraryResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetMetadataResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
The metadata of the library item.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetMetadataErrors](../../Models/Requests/GetMetadataErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
|
||||
| `MediaContainer` | [GetMetadataMediaContainer](../../Models/Requests/GetMetadataMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
13
docs/Models/Requests/GetMetadataRole.md
Normal file
13
docs/Models/Requests/GetMetadataRole.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# GetMetadataRole
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 220 |
|
||||
| `Filter` | *string* | :heavy_minus_sign: | N/A | actor=220 |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Dennis Keiffer |
|
||||
| `TagKey` | *string* | :heavy_minus_sign: | N/A | 5d77683554f42c001f8c4708 |
|
||||
| `Role` | *string* | :heavy_minus_sign: | N/A | Bar Guy (uncredited) |
|
||||
| `Thumb` | *string* | :heavy_minus_sign: | N/A | https://metadata-static.plex.tv/6/people/648e9a7ea1d537bccfcd7615134b78ce.jpg |
|
||||
12
docs/Models/Requests/GetMetadataWriter.md
Normal file
12
docs/Models/Requests/GetMetadataWriter.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# GetMetadataWriter
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 132 |
|
||||
| `Filter` | *string* | :heavy_minus_sign: | N/A | writer=132 |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Joss Whedon |
|
||||
| `TagKey` | *string* | :heavy_minus_sign: | N/A | 5d776828880197001ec90e8f |
|
||||
| `Thumb` | *string* | :heavy_minus_sign: | N/A | https://metadata-static.plex.tv/people/5d776828880197001ec90e8f.jpg |
|
||||
8
docs/Models/Requests/GetOnDeckGuids.md
Normal file
8
docs/Models/Requests/GetOnDeckGuids.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetOnDeckGuids
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Id` | *string* | :heavy_minus_sign: | N/A | imdb://tt13303712 |
|
||||
@@ -40,4 +40,4 @@
|
||||
| `AddedAt` | *double* | :heavy_minus_sign: | N/A | 1654258196 |
|
||||
| `UpdatedAt` | *double* | :heavy_minus_sign: | N/A | 1654258204 |
|
||||
| `Media` | List<[GetOnDeckMedia](../../Models/Requests/GetOnDeckMedia.md)> | :heavy_minus_sign: | N/A | |
|
||||
| `Guids` | List<[Guids](../../Models/Requests/Guids.md)> | :heavy_minus_sign: | N/A | |
|
||||
| `Guids` | List<[GetOnDeckGuids](../../Models/Requests/GetOnDeckGuids.md)> | :heavy_minus_sign: | N/A | |
|
||||
@@ -3,14 +3,14 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
|
||||
| `Id` | *double* | :heavy_minus_sign: | N/A | 80994 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /library/parts/80994/1655007810/file.mkv |
|
||||
| `Duration` | *double* | :heavy_minus_sign: | N/A | 420080 |
|
||||
| `File` | *string* | :heavy_minus_sign: | N/A | /tvshows/Bluey (2018)/Bluey (2018) - S02E33 - Circus.mkv |
|
||||
| `Size` | *double* | :heavy_minus_sign: | N/A | 55148931 |
|
||||
| `AudioProfile` | *string* | :heavy_minus_sign: | N/A | lc |
|
||||
| `Container` | *string* | :heavy_minus_sign: | N/A | mkv |
|
||||
| `VideoProfile` | *string* | :heavy_minus_sign: | N/A | main |
|
||||
| `Stream` | List<[Stream](../../Models/Requests/Stream.md)> | :heavy_minus_sign: | N/A | |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
|
||||
| `Id` | *double* | :heavy_minus_sign: | N/A | 80994 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /library/parts/80994/1655007810/file.mkv |
|
||||
| `Duration` | *double* | :heavy_minus_sign: | N/A | 420080 |
|
||||
| `File` | *string* | :heavy_minus_sign: | N/A | /tvshows/Bluey (2018)/Bluey (2018) - S02E33 - Circus.mkv |
|
||||
| `Size` | *double* | :heavy_minus_sign: | N/A | 55148931 |
|
||||
| `AudioProfile` | *string* | :heavy_minus_sign: | N/A | lc |
|
||||
| `Container` | *string* | :heavy_minus_sign: | N/A | mkv |
|
||||
| `VideoProfile` | *string* | :heavy_minus_sign: | N/A | main |
|
||||
| `Stream` | List<[GetOnDeckStream](../../Models/Requests/GetOnDeckStream.md)> | :heavy_minus_sign: | N/A | |
|
||||
30
docs/Models/Requests/GetOnDeckStream.md
Normal file
30
docs/Models/Requests/GetOnDeckStream.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# GetOnDeckStream
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ---------------------- | ---------------------- | ---------------------- | ---------------------- | ---------------------- |
|
||||
| `Id` | *double* | :heavy_minus_sign: | N/A | 211234 |
|
||||
| `StreamType` | *double* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `Default` | *bool* | :heavy_minus_sign: | N/A | |
|
||||
| `Codec` | *string* | :heavy_minus_sign: | N/A | hevc |
|
||||
| `Index` | *double* | :heavy_minus_sign: | N/A | 0 |
|
||||
| `Bitrate` | *double* | :heavy_minus_sign: | N/A | 918 |
|
||||
| `Language` | *string* | :heavy_minus_sign: | N/A | English |
|
||||
| `LanguageTag` | *string* | :heavy_minus_sign: | N/A | en |
|
||||
| `LanguageCode` | *string* | :heavy_minus_sign: | N/A | eng |
|
||||
| `BitDepth` | *double* | :heavy_minus_sign: | N/A | 8 |
|
||||
| `ChromaLocation` | *string* | :heavy_minus_sign: | N/A | left |
|
||||
| `ChromaSubsampling` | *string* | :heavy_minus_sign: | N/A | 4:2:0 |
|
||||
| `CodedHeight` | *double* | :heavy_minus_sign: | N/A | 1080 |
|
||||
| `CodedWidth` | *double* | :heavy_minus_sign: | N/A | 1920 |
|
||||
| `ColorRange` | *string* | :heavy_minus_sign: | N/A | tv |
|
||||
| `FrameRate` | *double* | :heavy_minus_sign: | N/A | 25 |
|
||||
| `Height` | *double* | :heavy_minus_sign: | N/A | 1080 |
|
||||
| `Level` | *double* | :heavy_minus_sign: | N/A | 120 |
|
||||
| `Profile` | *string* | :heavy_minus_sign: | N/A | main |
|
||||
| `RefFrames` | *double* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `Width` | *double* | :heavy_minus_sign: | N/A | 1920 |
|
||||
| `DisplayTitle` | *string* | :heavy_minus_sign: | N/A | 1080p (HEVC Main) |
|
||||
| `ExtendedDisplayTitle` | *string* | :heavy_minus_sign: | N/A | 1080p (HEVC Main) |
|
||||
8
docs/Models/Requests/GetPlaylistContentsCountry.md
Normal file
8
docs/Models/Requests/GetPlaylistContentsCountry.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetPlaylistContentsCountry
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------ | ------------------------ | ------------------------ | ------------------------ | ------------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | United States of America |
|
||||
8
docs/Models/Requests/GetPlaylistContentsDirector.md
Normal file
8
docs/Models/Requests/GetPlaylistContentsDirector.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetPlaylistContentsDirector
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Joss Whedon |
|
||||
8
docs/Models/Requests/GetPlaylistContentsGenre.md
Normal file
8
docs/Models/Requests/GetPlaylistContentsGenre.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetPlaylistContentsGenre
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Action |
|
||||
24
docs/Models/Requests/GetPlaylistContentsMedia.md
Normal file
24
docs/Models/Requests/GetPlaylistContentsMedia.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# GetPlaylistContentsMedia
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 15 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 141416 |
|
||||
| `Bitrate` | *int* | :heavy_minus_sign: | N/A | 2273 |
|
||||
| `Width` | *int* | :heavy_minus_sign: | N/A | 1920 |
|
||||
| `Height` | *int* | :heavy_minus_sign: | N/A | 814 |
|
||||
| `AspectRatio` | *double* | :heavy_minus_sign: | N/A | 2.35 |
|
||||
| `AudioChannels` | *int* | :heavy_minus_sign: | N/A | 2 |
|
||||
| `AudioCodec` | *string* | :heavy_minus_sign: | N/A | aac |
|
||||
| `VideoCodec` | *string* | :heavy_minus_sign: | N/A | h264 |
|
||||
| `VideoResolution` | *string* | :heavy_minus_sign: | N/A | 1080 |
|
||||
| `Container` | *string* | :heavy_minus_sign: | N/A | mp4 |
|
||||
| `VideoFrameRate` | *string* | :heavy_minus_sign: | N/A | 24p |
|
||||
| `OptimizedForStreaming` | *int* | :heavy_minus_sign: | N/A | 0 |
|
||||
| `AudioProfile` | *string* | :heavy_minus_sign: | N/A | lc |
|
||||
| `Has64bitOffsets` | *bool* | :heavy_minus_sign: | N/A | false |
|
||||
| `VideoProfile` | *string* | :heavy_minus_sign: | N/A | high |
|
||||
| `Part` | List<[GetPlaylistContentsPart](../../Models/Requests/GetPlaylistContentsPart.md)> | :heavy_minus_sign: | N/A | [{"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"}] |
|
||||
16
docs/Models/Requests/GetPlaylistContentsMediaContainer.md
Normal file
16
docs/Models/Requests/GetPlaylistContentsMediaContainer.md
Normal file
File diff suppressed because one or more lines are too long
39
docs/Models/Requests/GetPlaylistContentsMetadata.md
Normal file
39
docs/Models/Requests/GetPlaylistContentsMetadata.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# 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` | *int* | :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` | *int* | :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` | *int* | :heavy_minus_sign: | N/A | 141416 |
|
||||
| `OriginallyAvailableAt` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | N/A | 2005-09-29 00:00:00 +0000 UTC |
|
||||
| `AddedAt` | *int* | :heavy_minus_sign: | N/A | 1705637164 |
|
||||
| `UpdatedAt` | *int* | :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<[GetPlaylistContentsMedia](../../Models/Requests/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<[GetPlaylistContentsGenre](../../Models/Requests/GetPlaylistContentsGenre.md)> | :heavy_minus_sign: | N/A | [{"tag":"Action"}] |
|
||||
| `Country` | List<[GetPlaylistContentsCountry](../../Models/Requests/GetPlaylistContentsCountry.md)> | :heavy_minus_sign: | N/A | [{"tag":"United States of America"}] |
|
||||
| `Director` | List<[GetPlaylistContentsDirector](../../Models/Requests/GetPlaylistContentsDirector.md)> | :heavy_minus_sign: | N/A | [{"tag":"Joss Whedon"}] |
|
||||
| `Writer` | List<[GetPlaylistContentsWriter](../../Models/Requests/GetPlaylistContentsWriter.md)> | :heavy_minus_sign: | N/A | [{"tag":"Joss Whedon"}] |
|
||||
| `Role` | List<[GetPlaylistContentsRole](../../Models/Requests/GetPlaylistContentsRole.md)> | :heavy_minus_sign: | N/A | [{"tag":"Gina Torres"}] |
|
||||
17
docs/Models/Requests/GetPlaylistContentsPart.md
Normal file
17
docs/Models/Requests/GetPlaylistContentsPart.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# GetPlaylistContentsPart
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- |
|
||||
| `Id` | *int* | :heavy_minus_sign: | N/A | 15 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /library/parts/15/1705637151/file.mp4 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 141416 |
|
||||
| `File` | *string* | :heavy_minus_sign: | N/A | /movies/Serenity (2005)/Serenity (2005).mp4 |
|
||||
| `Size` | *int* | :heavy_minus_sign: | N/A | 40271948 |
|
||||
| `AudioProfile` | *string* | :heavy_minus_sign: | N/A | lc |
|
||||
| `Container` | *string* | :heavy_minus_sign: | N/A | mp4 |
|
||||
| `Has64bitOffsets` | *bool* | :heavy_minus_sign: | N/A | false |
|
||||
| `OptimizedForStreaming` | *bool* | :heavy_minus_sign: | N/A | false |
|
||||
| `VideoProfile` | *string* | :heavy_minus_sign: | N/A | high |
|
||||
@@ -0,0 +1,10 @@
|
||||
# GetPlaylistContentsPlaylistsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetPlaylistContentsErrors](../../Models/Requests/GetPlaylistContentsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
@@ -8,4 +8,5 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [GetPlaylistContentsResponseBody](../../Models/Requests/GetPlaylistContentsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
| `TwoHundredApplicationJsonObject` | [GetPlaylistContentsResponseBody](../../Models/Requests/GetPlaylistContentsResponseBody.md) | :heavy_minus_sign: | The playlist contents |
|
||||
| `FourHundredAndOneApplicationJsonObject` | [GetPlaylistContentsPlaylistsResponseBody](../../Models/Requests/GetPlaylistContentsPlaylistsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetPlaylistContentsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
The playlist contents
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetPlaylistContentsErrors](../../Models/Requests/GetPlaylistContentsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
|
||||
| `MediaContainer` | [GetPlaylistContentsMediaContainer](../../Models/Requests/GetPlaylistContentsMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
8
docs/Models/Requests/GetPlaylistContentsRole.md
Normal file
8
docs/Models/Requests/GetPlaylistContentsRole.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetPlaylistContentsRole
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Gina Torres |
|
||||
8
docs/Models/Requests/GetPlaylistContentsWriter.md
Normal file
8
docs/Models/Requests/GetPlaylistContentsWriter.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetPlaylistContentsWriter
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `Tag` | *string* | :heavy_minus_sign: | N/A | Joss Whedon |
|
||||
9
docs/Models/Requests/GetPlaylistMediaContainer.md
Normal file
9
docs/Models/Requests/GetPlaylistMediaContainer.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetPlaylistMediaContainer
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `Size` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `Metadata` | List<[GetPlaylistMetadata](../../Models/Requests/GetPlaylistMetadata.md)> | :heavy_minus_sign: | N/A | [{"addedAt":1705716493,"composite":"/playlists/95/composite/1705717387","content":"library://x/directory/%2Flibrary%2Fsections%2F1%2Fall%3Ftype%3D1%26push%3D1%26title%3D2%26or%3D1%26title%3DSerenity%26pop%3D1","duration":282000,"guid":"com.plexapp.agents.none://87425529-380f-44b8-a689-9a0537e7ec91","icon":"playlist://image.smart","key":"/playlists/95/items","leafCount":2,"playlistType":"video","ratingKey":"95","smart":true,"summary":"","title":"Smart Movie Playlist","type":"playlist","updatedAt":1705717387}] |
|
||||
22
docs/Models/Requests/GetPlaylistMetadata.md
Normal file
22
docs/Models/Requests/GetPlaylistMetadata.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# GetPlaylistMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `Content` | *string* | :heavy_minus_sign: | N/A | library://x/directory/%2Flibrary%2Fsections%2F1%2Fall%3Ftype%3D1%26push%3D1%26title%3D2%26or%3D1%26title%3DSerenity%26pop%3D1 |
|
||||
| `RatingKey` | *string* | :heavy_minus_sign: | N/A | 95 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /playlists/95/items |
|
||||
| `Guid` | *string* | :heavy_minus_sign: | N/A | com.plexapp.agents.none://87425529-380f-44b8-a689-9a0537e7ec91 |
|
||||
| `Type` | *string* | :heavy_minus_sign: | N/A | playlist |
|
||||
| `Title` | *string* | :heavy_minus_sign: | N/A | Smart Movie Playlist |
|
||||
| `Summary` | *string* | :heavy_minus_sign: | N/A | |
|
||||
| `Smart` | *bool* | :heavy_minus_sign: | N/A | true |
|
||||
| `PlaylistType` | *string* | :heavy_minus_sign: | N/A | video |
|
||||
| `Composite` | *string* | :heavy_minus_sign: | N/A | /playlists/95/composite/1705717387 |
|
||||
| `Icon` | *string* | :heavy_minus_sign: | N/A | playlist://image.smart |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 282000 |
|
||||
| `LeafCount` | *int* | :heavy_minus_sign: | N/A | 2 |
|
||||
| `AddedAt` | *int* | :heavy_minus_sign: | N/A | 1705716493 |
|
||||
| `UpdatedAt` | *int* | :heavy_minus_sign: | N/A | 1705717387 |
|
||||
10
docs/Models/Requests/GetPlaylistPlaylistsResponseBody.md
Normal file
10
docs/Models/Requests/GetPlaylistPlaylistsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetPlaylistPlaylistsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetPlaylistErrors](../../Models/Requests/GetPlaylistErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
@@ -8,4 +8,5 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [GetPlaylistResponseBody](../../Models/Requests/GetPlaylistResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
| `TwoHundredApplicationJsonObject` | [GetPlaylistResponseBody](../../Models/Requests/GetPlaylistResponseBody.md) | :heavy_minus_sign: | The playlist |
|
||||
| `FourHundredAndOneApplicationJsonObject` | [GetPlaylistPlaylistsResponseBody](../../Models/Requests/GetPlaylistPlaylistsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetPlaylistResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
The playlist
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetPlaylistErrors](../../Models/Requests/GetPlaylistErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
|
||||
| `MediaContainer` | [GetPlaylistMediaContainer](../../Models/Requests/GetPlaylistMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
9
docs/Models/Requests/GetPlaylistsMediaContainer.md
Normal file
9
docs/Models/Requests/GetPlaylistsMediaContainer.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetPlaylistsMediaContainer
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `Size` | *int* | :heavy_minus_sign: | N/A | 4 |
|
||||
| `Metadata` | List<[GetPlaylistsMetadata](../../Models/Requests/GetPlaylistsMetadata.md)> | :heavy_minus_sign: | N/A | [{"addedAt":1705716298,"composite":"/playlists/92/composite/1705716440","duration":7328000,"guid":"com.plexapp.agents.none://7ca5aaef-58e8-4828-9e21-c009c97f2903","icon":"playlist://image.smart","key":"/playlists/92/items","lastViewedAt":1705716298,"leafCount":32,"playlistType":"video","ratingKey":"92","smart":false,"summary":"A Great Playlist","title":"Static Playlist","type":"playlist","updatedAt":1705716440,"viewCount":1}] |
|
||||
23
docs/Models/Requests/GetPlaylistsMetadata.md
Normal file
23
docs/Models/Requests/GetPlaylistsMetadata.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# GetPlaylistsMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
|
||||
| `RatingKey` | *string* | :heavy_minus_sign: | N/A | 92 |
|
||||
| `Key` | *string* | :heavy_minus_sign: | N/A | /playlists/92/items |
|
||||
| `Guid` | *string* | :heavy_minus_sign: | N/A | com.plexapp.agents.none://7ca5aaef-58e8-4828-9e21-c009c97f2903 |
|
||||
| `Type` | *string* | :heavy_minus_sign: | N/A | playlist |
|
||||
| `Title` | *string* | :heavy_minus_sign: | N/A | Static Playlist |
|
||||
| `Summary` | *string* | :heavy_minus_sign: | N/A | A Great Playlist |
|
||||
| `Smart` | *bool* | :heavy_minus_sign: | N/A | false |
|
||||
| `PlaylistType` | *string* | :heavy_minus_sign: | N/A | video |
|
||||
| `Composite` | *string* | :heavy_minus_sign: | N/A | /playlists/92/composite/1705716440 |
|
||||
| `Icon` | *string* | :heavy_minus_sign: | N/A | playlist://image.smart |
|
||||
| `ViewCount` | *int* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `LastViewedAt` | *int* | :heavy_minus_sign: | N/A | 1705716298 |
|
||||
| `Duration` | *int* | :heavy_minus_sign: | N/A | 7328000 |
|
||||
| `LeafCount` | *int* | :heavy_minus_sign: | N/A | 32 |
|
||||
| `AddedAt` | *int* | :heavy_minus_sign: | N/A | 1705716298 |
|
||||
| `UpdatedAt` | *int* | :heavy_minus_sign: | N/A | 1705716440 |
|
||||
10
docs/Models/Requests/GetPlaylistsPlaylistsResponseBody.md
Normal file
10
docs/Models/Requests/GetPlaylistsPlaylistsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetPlaylistsPlaylistsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetPlaylistsErrors](../../Models/Requests/GetPlaylistsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
@@ -8,4 +8,5 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `Object` | [GetPlaylistsResponseBody](../../Models/Requests/GetPlaylistsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
| `TwoHundredApplicationJsonObject` | [GetPlaylistsResponseBody](../../Models/Requests/GetPlaylistsResponseBody.md) | :heavy_minus_sign: | returns all playlists |
|
||||
| `FourHundredAndOneApplicationJsonObject` | [GetPlaylistsPlaylistsResponseBody](../../Models/Requests/GetPlaylistsPlaylistsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetPlaylistsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
returns all playlists
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
|
||||
| `Errors` | List<[GetPlaylistsErrors](../../Models/Requests/GetPlaylistsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
|
||||
| `MediaContainer` | [GetPlaylistsMediaContainer](../../Models/Requests/GetPlaylistsMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
@@ -8,5 +8,5 @@
|
||||
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `TwoHundredApplicationJsonObject` | [GetServerIdentityResponseBody](../../Models/Requests/GetServerIdentityResponseBody.md) | :heavy_minus_sign: | The Transcode Sessions |
|
||||
| `TwoHundredApplicationJsonObject` | [GetServerIdentityResponseBody](../../Models/Requests/GetServerIdentityResponseBody.md) | :heavy_minus_sign: | The Server Identity information |
|
||||
| `FourHundredAndOneApplicationJsonObject` | [GetServerIdentityServerResponseBody](../../Models/Requests/GetServerIdentityServerResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user