Files
plexcsharp/docs/Models/Requests/GetLibrariesMediaContainer.md

17 KiB
Raw Blame History

GetLibrariesMediaContainer

Fields

Field Type Required Description Example
Size int N/A 5
AllowSync bool N/A false
Title1 string N/A Plex Library
Directory List<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"
}
]
}
]