mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
17 KiB
17 KiB
GetLibrariesMediaContainer
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
size |
Optional<? extends Integer> | ➖ | N/A | 5 |
allowSync |
Optional<? extends Boolean> | ➖ | N/A | false |
title1 |
Optional<? extends String> | ➖ | N/A | Plex Library |
directory |
List<lukehagar.plexapi.plexapi.models.operations.GetLibrariesDirectory> | ➖ | N/A | [ { "allowSync": true, "art": "/:/resources/movie-fanart.jpg", "composite": "/library/sections/1/composite/1705615584", "filters": true, "refreshing": false, "thumb": "/:/resources/movie.png", "key": "1", "type": "movie", "title": "Movies", "agent": "tv.plex.agents.movie", "scanner": "Plex Movie", "language": "en-US", "uuid": "322a231a-b7f7-49f5-920f-14c61199cd30", "updatedAt": 1705615634, "createdAt": 1654131312, "scannedAt": 1705615584, "content": true, "directory": true, "contentChangedAt": 3192854, "hidden": 0, "Location": [ { "id": 1, "path": "/movies" } ] } ] |