UserConfiguration
data class UserConfiguration(val audioLanguagePreference: String? = null, val playDefaultAudioTrack: Boolean, val subtitleLanguagePreference: String? = null, val displayMissingEpisodes: Boolean, val groupedFolders: List<UUID>, val subtitleMode: SubtitlePlaybackMode, val displayCollectionsView: Boolean, val enableLocalPassword: Boolean, val orderedViews: List<UUID>, val latestItemsExcludes: List<UUID>, val myMediaExcludes: List<UUID>, val hidePlayedInLatest: Boolean, val rememberAudioSelections: Boolean, val rememberSubtitleSelections: Boolean, val enableNextEpisodeAutoPlay: Boolean, val castReceiverId: String? = null)
Class UserConfiguration.
Constructors
Link copied to clipboard
constructor(audioLanguagePreference: String? = null, playDefaultAudioTrack: Boolean, subtitleLanguagePreference: String? = null, displayMissingEpisodes: Boolean, groupedFolders: List<UUID>, subtitleMode: SubtitlePlaybackMode, displayCollectionsView: Boolean, enableLocalPassword: Boolean, orderedViews: List<UUID>, latestItemsExcludes: List<UUID>, myMediaExcludes: List<UUID>, hidePlayedInLatest: Boolean, rememberAudioSelections: Boolean, rememberSubtitleSelections: Boolean, enableNextEpisodeAutoPlay: Boolean, castReceiverId: String? = null)
Properties
Link copied to clipboard
The audio language preference.
Link copied to clipboard
The id of the selected cast receiver.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A value indicating whether play default audio track.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The subtitle language preference.
Link copied to clipboard
An enum representing a subtitle playback mode.