mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
3.8 KiB
3.8 KiB
GetLibraryHubsPart
Example Usage
import { GetLibraryHubsPart } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibraryHubsPart = {
id: 38247,
key: "/library/parts/38247/1589412494/file.mp4",
duration: 6017237,
file: "/movies/Tangled (2010)/Tangled (2010) Bluray-1080p.mp4",
size: 1545647447,
audioProfile: "lc",
container: "mp4",
has64bitOffsets: false,
optimizedForStreaming: true,
videoProfile: "high",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ➖ | N/A | 38247 |
key |
string | ➖ | N/A | /library/parts/38247/1589412494/file.mp4 |
duration |
number | ➖ | N/A | 6017237 |
file |
string | ➖ | N/A | /movies/Tangled (2010)/Tangled (2010) Bluray-1080p.mp4 |
size |
number | ➖ | N/A | 1545647447 |
audioProfile |
string | ➖ | N/A | lc |
container |
string | ➖ | N/A | mp4 |
has64bitOffsets |
boolean | ➖ | N/A | false |
optimizedForStreaming |
boolean | ➖ | N/A | true |
videoProfile |
string | ➖ | N/A | high |