mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
21 KiB
21 KiB
GetAllLibrariesDirectory
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
AllowSync |
bool | ✔️ | Indicates whether syncing is allowed. | false |
Art |
string | ✔️ | URL for the background artwork of the media container. | /:/resources/show-fanart.jpg |
Composite |
string | ✔️ | 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 |
string | ✔️ | URL for the thumbnail image of the media container. | /:/resources/show.png |
Key |
string | ✔️ | The library key representing the unique identifier | 1 |
Type |
GetAllLibrariesType | ✔️ | N/A | movie |
Title |
string | ✔️ | The title of the library | Movies |
Agent |
string | ✔️ | The Plex agent used to match and retrieve media metadata. | tv.plex.agents.movie |
Scanner |
string | ✔️ | UNKNOWN | Plex Movie |
Language |
string | ✔️ | The Plex library language that has been set | en-US |
Uuid |
string | ✔️ | The universally unique identifier for the library. | e69655a2-ef48-4aba-bb19-01e7d3cc34d6 |
UpdatedAt |
long | ✔️ | Unix epoch datetime in seconds | 1556281940 |
CreatedAt |
long | ➖ | N/A | 1556281940 |
ScannedAt |
long | ✔️ | Unix epoch datetime in seconds | 1556281940 |
Content |
bool | ✔️ | UNKNOWN | true |
Directory |
bool | ✔️ | UNKNOWN | true |
ContentChangedAt |
long | ✔️ | 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 |
Hidden | ➖ | The Plex library visibility setting | 1 |
Location |
List<GetAllLibrariesLocation> | ✔️ | N/A |