mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +00:00
20 lines
515 B
Markdown
20 lines
515 B
Markdown
# GetSearchAllLibrariesShowOrdering
|
|
|
|
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 |
|
|
| `TmdbAiring` | tmdbAiring |
|
|
| `TvdbAiring` | tvdbAiring |
|
|
| `TvdbDvd` | tvdbDvd |
|
|
| `TvdbAbsolute` | tvdbAbsolute | |