mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +00:00
replaced imports
This commit is contained in:
@@ -5,48 +5,46 @@ required:
|
||||
- defaultSubtitleLanguage
|
||||
properties:
|
||||
autoSelectAudio:
|
||||
description: If the account has automatically select audio and subtitle tracks enabled
|
||||
type: boolean
|
||||
example: true
|
||||
default: true
|
||||
description: If the account has automatically select audio and subtitle tracks enabled
|
||||
|
||||
defaultAudioLanguage:
|
||||
description: The preferred audio language for the account
|
||||
type:
|
||||
- string
|
||||
- "null"
|
||||
example: ja
|
||||
description: The preferred audio language for the account
|
||||
|
||||
defaultSubtitleLanguage:
|
||||
description: The preferred subtitle language for the account
|
||||
type:
|
||||
- string
|
||||
- "null"
|
||||
example: en
|
||||
description: The preferred subtitle language for the account
|
||||
|
||||
autoSelectSubtitle:
|
||||
example: 1
|
||||
description: "The auto-select subtitle mode (0 = Manually selected, 1 = Shown with foreign audio, 2 = Always enabled)"
|
||||
enum:
|
||||
- 0
|
||||
- 1
|
||||
allOf:
|
||||
- description: "The auto-select subtitle mode (0 = Manually selected, 1 = Shown with foreign audio, 2 = Always enabled)"
|
||||
- $ref: "./common/PlexBoolean.yaml"
|
||||
|
||||
defaultSubtitleAccessibility:
|
||||
enum:
|
||||
- 0
|
||||
- 1
|
||||
example: 1
|
||||
description: "The subtitles for the deaf or hard-of-hearing (SDH) searches mode (0 = Prefer non-SDH subtitles, 1 = Prefer SDH subtitles, 2 = Only show SDH subtitles, 3 = Only shown non-SDH subtitles)"
|
||||
allOf:
|
||||
- description: "The subtitles for the deaf or hard-of-hearing (SDH) searches mode (0 = Prefer non-SDH subtitles, 1 = Prefer SDH subtitles, 2 = Only show SDH subtitles, 3 = Only shown non-SDH subtitles)"
|
||||
- $ref: "./common/PlexBoolean.yaml"
|
||||
|
||||
defaultSubtitleForced:
|
||||
enum:
|
||||
- 0
|
||||
- 1
|
||||
example: 0
|
||||
description: "The forced subtitles searches mode (0 = Prefer non-forced subtitles, 1 = Prefer forced subtitles, 2 = Only show forced subtitles, 3 = Only show non-forced subtitles)"
|
||||
allOf:
|
||||
- description: "The forced subtitles searches mode (0 = Prefer non-forced subtitles, 1 = Prefer forced subtitles, 2 = Only show forced subtitles, 3 = Only show non-forced subtitles)"
|
||||
- $ref: "./common/PlexBoolean.yaml"
|
||||
|
||||
watchedIndicator:
|
||||
enum:
|
||||
- 0
|
||||
- 1
|
||||
example: 1
|
||||
allOf:
|
||||
- description: "Whether or not media watched indicators are enabled (little orange dot on media)"
|
||||
- $ref: "./common/PlexBoolean.yaml"
|
||||
|
||||
mediaReviewsVisibility:
|
||||
enum:
|
||||
- 0
|
||||
- 1
|
||||
type: integer
|
||||
example: 0
|
||||
allOf:
|
||||
- description: "Whether or not the account has media reviews visibility enabled"
|
||||
- $ref: "./common/PlexBoolean.yaml"
|
||||
|
||||
Reference in New Issue
Block a user