Files
plexcsharp/docs/Models/Requests/Hub.md

18 lines
31 KiB
Markdown

# Hub
## Fields
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `HubKey` | *string* | :heavy_minus_sign: | N/A | /library/metadata/50768,65523,58188,57341,57302,57070 |
| `Key` | *string* | :heavy_minus_sign: | N/A | /playlists/all?type=15&sort=lastViewedAt:desc&playlistType=video,audio |
| `Title` | *string* | :heavy_minus_sign: | N/A | Recent Playlists |
| `Type` | *string* | :heavy_minus_sign: | N/A | playlist |
| `HubIdentifier` | *string* | :heavy_minus_sign: | N/A | home.playlists |
| `Context` | *string* | :heavy_minus_sign: | N/A | hub.home.playlists |
| `Size` | *int* | :heavy_minus_sign: | N/A | 6 |
| `More` | *bool* | :heavy_minus_sign: | N/A | true |
| `Style` | *string* | :heavy_minus_sign: | N/A | shelf |
| `Promoted` | *bool* | :heavy_minus_sign: | N/A | true |
| `Metadata` | List<[GetGlobalHubsMetadata](../../Models/Requests/GetGlobalHubsMetadata.md)> | :heavy_minus_sign: | N/A | [<br/>{<br/>"ratingKey": "57070",<br/>"key": "/playlists/57070/items",<br/>"guid": "com.plexapp.agents.none://9fee6c5b-3143-4923-813e-57bd0190056c",<br/>"type": "playlist",<br/>"title": "November Movie Day",<br/>"titleSort": "Tracks",<br/>"summary": "",<br/>"smart": false,<br/>"playlistType": "video",<br/>"composite": "/playlists/57070/composite/1668787730",<br/>"icon": "playlist://image.smart",<br/>"viewCount": 2,<br/>"lastViewedAt": 1668787732,<br/>"duration": 16873000,<br/>"leafCount": 3,<br/>"addedAt": 1668779618,<br/>"updatedAt": 1668787730<br/>}<br/>] |