Files
plexgo/docs/models/operations/showordering.md

21 lines
673 B
Markdown

# ShowOrdering
Setting that indicates the episode ordering for the show.
Options:
- None = Library default
- tmdbAiring = The Movie Database (Aired)
- aired = TheTVDB (Aired)
- dvd = TheTVDB (DVD)
- absolute = TheTVDB (Absolute)
## Values
| Name | Value |
| -------------------------- | -------------------------- |
| `ShowOrderingNone` | None |
| `ShowOrderingTmdbAiring` | tmdbAiring |
| `ShowOrderingTvdbAired` | aired |
| `ShowOrderingTvdbDvd` | dvd |
| `ShowOrderingTvdbAbsolute` | absolute |