mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
21 lines
526 B
Markdown
21 lines
526 B
Markdown
# GetSearchAllLibrariesShowOrdering
|
|
|
|
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 |
|
|
| `TmdbAiring` | tmdbAiring |
|
|
| `TvdbAired` | aired |
|
|
| `TvdbDvd` | dvd |
|
|
| `TvdbAbsolute` | absolute | |