mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +00:00
6.5 KiB
6.5 KiB
GetLibraryItemsLibrarySort
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
key |
str | ✔️ | N/A | titleSort |
title |
str | ✔️ | N/A | Title |
default |
Optional[str] | ➖ | N/A | asc |
active |
Optional[bool] | ➖ | N/A | false |
active_direction |
Optional[operations.GetLibraryItemsLibraryActiveDirection] | ➖ | The direction of the sort. Can be either asc or desc. |
asc |
default_direction |
Optional[operations.GetLibraryItemsLibraryDefaultDirection] | ➖ | The direction of the sort. Can be either asc or desc. |
asc |
desc_key |
Optional[str] | ➖ | N/A | titleSort:desc |
first_character_key |
Optional[str] | ➖ | N/A | /library/sections/2/firstCharacter |