mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 20:47:45 +00:00
20 lines
473 B
Markdown
20 lines
473 B
Markdown
# GetLibraryItemsShowOrdering
|
|
|
|
Setting that indicates the episode ordering for the show
|
|
None = Library default,
|
|
tmdbAiring = The Movie Database (Aired),
|
|
aired = TheTVDB (Aired),
|
|
dvd = TheTVDB (DVD),
|
|
absolute = TheTVDB (Absolute)).
|
|
|
|
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------------ | ------------ |
|
|
| `None` | None |
|
|
| `TmdbAiring` | tmdbAiring |
|
|
| `Aired` | aired |
|
|
| `Dvd` | dvd |
|
|
| `Absolute` | absolute | |