mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
31 KiB
31 KiB
Hub
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
hubKey |
Optional<? extends String> | ➖ | N/A | /library/metadata/50768,65523,58188,57341,57302,57070 |
key |
Optional<? extends String> | ➖ | N/A | /playlists/all?type=15&sort=lastViewedAt:desc&playlistType=video,audio |
title |
Optional<? extends String> | ➖ | N/A | Recent Playlists |
type |
Optional<? extends String> | ➖ | N/A | playlist |
hubIdentifier |
Optional<? extends String> | ➖ | N/A | home.playlists |
context |
Optional<? extends String> | ➖ | N/A | hub.home.playlists |
size |
Optional<? extends Integer> | ➖ | N/A | 6 |
more |
Optional<? extends Boolean> | ➖ | N/A | true |
style |
Optional<? extends String> | ➖ | N/A | shelf |
promoted |
Optional<? extends Boolean> | ➖ | N/A | true |
metadata |
List<lukehagar.plexapi.plexapi.models.operations.GetGlobalHubsMetadata> | ➖ | N/A | [ { "ratingKey": "57070", "key": "/playlists/57070/items", "guid": "com.plexapp.agents.none://9fee6c5b-3143-4923-813e-57bd0190056c", "type": "playlist", "title": "November Movie Day", "titleSort": "Tracks", "summary": "", "smart": false, "playlistType": "video", "composite": "/playlists/57070/composite/1668787730", "icon": "playlist://image.smart", "viewCount": 2, "lastViewedAt": 1668787732, "duration": 16873000, "leafCount": 3, "addedAt": 1668779618, "updatedAt": 1668787730 } ] |