mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 04:20:46 +00:00
6.5 KiB
6.5 KiB
GetGenresLibraryMediaContainer
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Size |
int | ✔️ | Number of media items returned in this response. | 50 |
AllowSync |
bool | ✔️ | Indicates whether syncing is allowed. | false |
Art |
string | ✔️ | URL for the background artwork of the media container. | /:/resources/show-fanart.jpg |
Content |
string | ✔️ | The content type or mode. | secondary |
Identifier |
string | ✔️ | An plugin identifier for the media container. | com.plexapp.plugins.library |
MediaTagPrefix |
string | ✔️ | The prefix used for media tag resource paths. | /system/bundle/media/flags/ |
MediaTagVersion |
long | ✔️ | The version number for media tags. | 1734362201 |
Nocache |
bool | ✔️ | Specifies whether caching is disabled. | true |
Thumb |
string | ✔️ | URL for the thumbnail image of the media container. | /:/resources/show.png |
Title1 |
string | ✔️ | The primary title of the media container. | TV Series |
Title2 |
string | ✔️ | The secondary title of the media container. | By Starring Actor |
ViewGroup |
string | ✔️ | Identifier for the view group layout. | secondary |
Directory |
List<GetGenresLibraryDirectory> | ➖ | N/A |