mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-09 12:47:44 +00:00
20 lines
508 B
Markdown
20 lines
508 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 |
|
|
| --------------- | --------------- |
|
|
| `NONE` | None |
|
|
| `TMDB_AIRING` | tmdbAiring |
|
|
| `TVDB_AIRING` | tvdbAiring |
|
|
| `TVDB_DVD` | tvdbDvd |
|
|
| `TVDB_ABSOLUTE` | tvdbAbsolute | |