mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 12:47:44 +00:00
21 lines
519 B
Markdown
21 lines
519 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 |
|
|
| --------------- | --------------- |
|
|
| `NONE` | None |
|
|
| `TMDB_AIRING` | tmdbAiring |
|
|
| `TVDB_AIRED` | aired |
|
|
| `TVDB_DVD` | dvd |
|
|
| `TVDB_ABSOLUTE` | absolute | |