mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-09 12:47:44 +00:00
9.2 KiB
9.2 KiB
UserProfile
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
auto_select_audio |
T.nilable(T::Boolean) | ➖ | If the account has automatically select audio and subtitle tracks enabled | true |
default_audio_language |
::String | ✔️ | The preferred audio language for the account | ja |
default_subtitle_language |
::String | ✔️ | The preferred subtitle language for the account | en |
auto_select_subtitle |
T.nilable(::PlexRubySDK::Operations::AutoSelectSubtitle) | ➖ | The auto-select subtitle mode (0 = Manually selected, 1 = Shown with foreign audio, 2 = Always enabled) | 1 |
default_subtitle_accessibility |
T.nilable(::PlexRubySDK::Operations::DefaultSubtitleAccessibility) | ➖ | 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) | 1 |
default_subtitle_forced |
T.nilable(::PlexRubySDK::Operations::DefaultSubtitleForced) | ➖ | 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) | 0 |
watched_indicator |
T.nilable(::PlexRubySDK::Operations::WatchedIndicator) | ➖ | N/A | 1 |
media_reviews_visibility |
T.nilable(::PlexRubySDK::Operations::MediaReviewsVisibility) | ➖ | N/A | 0 |