mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
15 KiB
15 KiB
GetMediaProvidersMediaContainer
Example Usage
import { GetMediaProvidersMediaContainer } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMediaProvidersMediaContainer = {
mediaProvider: [
{
feature: [
{
type: "<value>",
flavor: "global",
scrobbleKey: "/:/scrobble/new",
unscrobbleKey: "/:/unscrobble/new",
action: [
{
id: "addToContinueWatching",
key: "/actions/addToContinueWatching",
},
],
},
],
},
],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
size |
number | ➖ | N/A |
allowCameraUpload |
boolean | ➖ | N/A |
allowChannelAccess |
boolean | ➖ | N/A |
allowSharing |
boolean | ➖ | N/A |
allowSync |
boolean | ➖ | N/A |
allowTuners |
boolean | ➖ | N/A |
backgroundProcessing |
boolean | ➖ | N/A |
certificate |
boolean | ➖ | N/A |
companionProxy |
boolean | ➖ | N/A |
countryCode |
string | ➖ | N/A |
diagnostics |
string | ➖ | N/A |
eventStream |
boolean | ➖ | N/A |
friendlyName |
string | ➖ | N/A |
livetv |
number | ➖ | N/A |
machineIdentifier |
string | ➖ | N/A |
musicAnalysis |
number | ➖ | N/A |
myPlex |
boolean | ➖ | N/A |
myPlexMappingState |
string | ➖ | N/A |
myPlexSigninState |
string | ➖ | N/A |
myPlexSubscription |
boolean | ➖ | N/A |
myPlexUsername |
string | ➖ | N/A |
offlineTranscode |
number | ➖ | N/A |
ownerFeatures |
string | ➖ | N/A |
platform |
string | ➖ | N/A |
platformVersion |
string | ➖ | N/A |
pluginHost |
boolean | ➖ | N/A |
pushNotifications |
boolean | ➖ | N/A |
readOnlyLibraries |
boolean | ➖ | N/A |
streamingBrainABRVersion |
number | ➖ | N/A |
streamingBrainVersion |
number | ➖ | N/A |
sync |
boolean | ➖ | N/A |
transcoderActiveVideoSessions |
number | ➖ | N/A |
transcoderAudio |
boolean | ➖ | N/A |
transcoderLyrics |
boolean | ➖ | N/A |
transcoderSubtitles |
boolean | ➖ | N/A |
transcoderVideo |
boolean | ➖ | N/A |
transcoderVideoBitrates |
string | ➖ | N/A |
transcoderVideoQualities |
string | ➖ | N/A |
transcoderVideoResolutions |
string | ➖ | N/A |
updatedAt |
number | ➖ | N/A |
updater |
boolean | ➖ | N/A |
version |
string | ➖ | N/A |
voiceSearch |
boolean | ➖ | N/A |
mediaProvider |
operations.MediaProvider[] | ➖ | N/A |