mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
4.7 KiB
4.7 KiB
GetSearchAllLibrariesMediaContainer
Example Usage
import { GetSearchAllLibrariesMediaContainer } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSearchAllLibrariesMediaContainer = {
size: 50,
allowSync: false,
identifier: "com.plexapp.plugins.library",
librarySectionID: 2,
librarySectionTitle: "TV Series",
librarySectionUUID: "e69655a2-ef48-4aba-bb19-0cc34d1e7d36",
mediaTagPrefix: "/system/bundle/media/flags/",
mediaTagVersion: 1734362201,
searchResult: [],
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
size |
number | ✔️ | Number of media items returned in this response. | 50 |
allowSync |
boolean | ✔️ | Indicates whether syncing is allowed. | false |
identifier |
string | ✔️ | An plugin identifier for the media container. | com.plexapp.plugins.library |
librarySectionID |
number | ➖ | The unique identifier for the library section. | 2 |
librarySectionTitle |
string | ➖ | The title of the library section. | TV Series |
librarySectionUUID |
string | ➖ | The universally unique identifier for the library section. | e69655a2-ef48-4aba-bb19-0cc34d1e7d36 |
mediaTagPrefix |
string | ✔️ | The prefix used for media tag resource paths. | /system/bundle/media/flags/ |
mediaTagVersion |
number | ✔️ | The version number for media tags. | 1734362201 |
searchResult |
operations.SearchResult[] | ✔️ | N/A |