mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 04:20:52 +00:00
21 KiB
21 KiB
GetAllLibrariesDirectory
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
allow_sync |
T::Boolean | ✔️ | 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 |
T::Boolean | ✔️ | UNKNOWN | true |
refreshing |
T::Boolean | ✔️ | 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 |
Models::Operations::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 |
updated_at |
::Integer | ✔️ | Unix epoch datetime in seconds | 1556281940 |
created_at |
T.nilable(::Integer) | ➖ | N/A | 1556281940 |
scanned_at |
::Integer | ✔️ | Unix epoch datetime in seconds | 1556281940 |
content |
T::Boolean | ✔️ | UNKNOWN | true |
directory |
T::Boolean | ✔️ | UNKNOWN | true |
content_changed_at |
::Integer | ✔️ | 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 |
Models::Operations::Hidden | ✔️ | The Plex library visibility setting | 1 |
location |
T::Array<Models::Operations::GetAllLibrariesLocation> | ✔️ | N/A |