SubtitleOptions

@Serializable
data class SubtitleOptions(val skipIfEmbeddedSubtitlesPresent: Boolean, val skipIfAudioTrackMatches: Boolean, val downloadLanguages: List<String>? = null, val downloadMovieSubtitles: Boolean, val downloadEpisodeSubtitles: Boolean, val openSubtitlesUsername: String? = null, val openSubtitlesPasswordHash: String? = null, val isOpenSubtitleVipAccount: Boolean, val requirePerfectMatch: Boolean)

Constructors

Link copied to clipboard
constructor(skipIfEmbeddedSubtitlesPresent: Boolean, skipIfAudioTrackMatches: Boolean, downloadLanguages: List<String>? = null, downloadMovieSubtitles: Boolean, downloadEpisodeSubtitles: Boolean, openSubtitlesUsername: String? = null, openSubtitlesPasswordHash: String? = null, isOpenSubtitleVipAccount: Boolean, requirePerfectMatch: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "DownloadEpisodeSubtitles")
val downloadEpisodeSubtitles: Boolean
Link copied to clipboard
@SerialName(value = "DownloadLanguages")
val downloadLanguages: List<String>?
Link copied to clipboard
@SerialName(value = "DownloadMovieSubtitles")
val downloadMovieSubtitles: Boolean
Link copied to clipboard
@SerialName(value = "IsOpenSubtitleVipAccount")
val isOpenSubtitleVipAccount: Boolean
Link copied to clipboard
@SerialName(value = "OpenSubtitlesPasswordHash")
val openSubtitlesPasswordHash: String?
Link copied to clipboard
@SerialName(value = "OpenSubtitlesUsername")
val openSubtitlesUsername: String?
Link copied to clipboard
@SerialName(value = "RequirePerfectMatch")
val requirePerfectMatch: Boolean
Link copied to clipboard
@SerialName(value = "SkipIfAudioTrackMatches")
val skipIfAudioTrackMatches: Boolean
Link copied to clipboard
@SerialName(value = "SkipIfEmbeddedSubtitlesPresent")
val skipIfEmbeddedSubtitlesPresent: Boolean