Files
plexpy/docs/models/operations/getallmedialibraryrequest.md

10 KiB
Raw Blame History

GetAllMediaLibraryRequest

Fields

Field Type Required Description Example
section_key int ✔️ The unique key of the Plex library.
Note: This is unique in the context of the Plex server.
9518
type operations.GetAllMediaLibraryQueryParamType ✔️ The type of media to retrieve or filter by.
1 = movie
2 = show
3 = season
4 = episode
E.g. A movie library will not return anything with type 3 as there are no seasons for movie libraries
2
include_meta Optional[operations.GetAllMediaLibraryQueryParamIncludeMeta] Adds the Meta object to the response
1
include_guids Optional[operations.QueryParamIncludeGuids] Adds the Guid object to the response
1
include_advanced Optional[operations.IncludeAdvanced] N/A 1
include_collections Optional[operations.QueryParamIncludeCollections] N/A 1
include_external_media Optional[operations.QueryParamIncludeExternalMedia] N/A 1
x_plex_container_start Optional[int] The index of the first item to return. If not specified, the first item will be returned.
If the number of items exceeds the limit, the response will be paginated.
By default this is 0
0
x_plex_container_size Optional[int] The number of items to return. If not specified, all items will be returned.
If the number of items exceeds the limit, the response will be paginated.
By default this is 50
50