mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-09 12:37:46 +00:00
20 lines
662 B
Markdown
20 lines
662 B
Markdown
# ShowOrdering
|
|
|
|
Setting that indicates the episode ordering for the show
|
|
None = Library default,
|
|
tmdbAiring = The Movie Database (Aired),
|
|
tvdbAiring = TheTVDB (Aired),
|
|
tvdbDvd = TheTVDB (DVD),
|
|
tvdbAbsolute = TheTVDB (Absolute)).
|
|
|
|
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| -------------------------- | -------------------------- |
|
|
| `ShowOrderingNone` | None |
|
|
| `ShowOrderingTmdbAiring` | tmdbAiring |
|
|
| `ShowOrderingTvdbAiring` | tvdbAiring |
|
|
| `ShowOrderingTvdbDvd` | tvdbDvd |
|
|
| `ShowOrderingTvdbAbsolute` | tvdbAbsolute | |