mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 04:20:52 +00:00
21 KiB
21 KiB
GetAllLibrariesDirectory
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
allow_sync |
bool | ✔️ | Indicates whether syncing is allowed. | false |
art |
str | ✔️ | URL for the background artwork of the media container. | /:/resources/show-fanart.jpg |
composite |
str | ✔️ | The relative path to the composite media item. | /library/sections/1/composite/1743824484 |
filters |
bool | ✔️ | UNKNOWN | true |
refreshing |
bool | ✔️ | Indicates whether the library is currently being refreshed or updated | true |
thumb |
str | ✔️ | URL for the thumbnail image of the media container. | /:/resources/show.png |
key |
str | ✔️ | The library key representing the unique identifier | 1 |
type |
operations.GetAllLibrariesType | ✔️ | N/A | movie |
title |
str | ✔️ | The title of the library | Movies |
agent |
str | ✔️ | The Plex agent used to match and retrieve media metadata. | tv.plex.agents.movie |
scanner |
str | ✔️ | UNKNOWN | Plex Movie |
language |
str | ✔️ | The Plex library language that has been set | en-US |
uuid |
str | ✔️ | The universally unique identifier for the library. | e69655a2-ef48-4aba-bb19-01e7d3cc34d6 |
updated_at |
int | ✔️ | Unix epoch datetime in seconds | 1556281940 |
created_at |
Optional[int] | ➖ | N/A | 1556281940 |
scanned_at |
int | ✔️ | Unix epoch datetime in seconds | 1556281940 |
content |
bool | ✔️ | UNKNOWN | true |
directory |
bool | ✔️ | UNKNOWN | true |
content_changed_at |
int | ✔️ | Timestamp (in seconds) representing the last time the content was modified. NOTE: Some Plex server have some absurd values for this field, like 8457612157633039800 so it should be int64 |
9173960 |
hidden |
Optional[operations.Hidden] | ➖ | N/A | 1 |
location |
List[operations.GetAllLibrariesLocation] | ✔️ | N/A |