Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class UserConfiguration

    Class UserConfiguration

    Inheritance
    System.Object
    UserConfiguration
    Namespace: MediaBrowser.Model.Configuration
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class UserConfiguration

    Properties

    AudioLanguagePreference

    Gets or sets the audio language preference.

    Declaration
    public string AudioLanguagePreference { get; set; }
    Property Value
    Type Description
    System.String

    The audio language preference.

    DisplayMissingEpisodes

    Declaration
    public bool DisplayMissingEpisodes { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableLocalPassword

    Declaration
    [Obsolete]
    public bool EnableLocalPassword { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableNextEpisodeAutoPlay

    Declaration
    public bool EnableNextEpisodeAutoPlay { get; set; }
    Property Value
    Type Description
    System.Boolean

    HidePlayedInLatest

    Declaration
    public bool HidePlayedInLatest { get; set; }
    Property Value
    Type Description
    System.Boolean

    HidePlayedInMoreLikeThis

    Declaration
    public bool HidePlayedInMoreLikeThis { get; set; }
    Property Value
    Type Description
    System.Boolean

    HidePlayedInSuggestions

    Declaration
    public bool HidePlayedInSuggestions { get; set; }
    Property Value
    Type Description
    System.Boolean

    IntroSkipMode

    Declaration
    public SegmentSkipMode IntroSkipMode { get; set; }
    Property Value
    Type Description
    SegmentSkipMode

    LatestItemsExcludes

    Declaration
    public string[] LatestItemsExcludes { get; set; }
    Property Value
    Type Description
    System.String[]

    MyMediaExcludes

    Declaration
    public string[] MyMediaExcludes { get; set; }
    Property Value
    Type Description
    System.String[]

    OrderedViews

    Declaration
    public string[] OrderedViews { get; set; }
    Property Value
    Type Description
    System.String[]

    PlayDefaultAudioTrack

    Gets or sets a value indicating whether [play default audio track].

    Declaration
    public bool PlayDefaultAudioTrack { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [play default audio track]; otherwise, false.

    ProfilePin

    Declaration
    public string ProfilePin { get; set; }
    Property Value
    Type Description
    System.String

    RememberAudioSelections

    Declaration
    public bool RememberAudioSelections { get; set; }
    Property Value
    Type Description
    System.Boolean

    RememberSubtitleSelections

    Declaration
    public bool RememberSubtitleSelections { get; set; }
    Property Value
    Type Description
    System.Boolean

    ResumeRewindSeconds

    Declaration
    public int ResumeRewindSeconds { get; set; }
    Property Value
    Type Description
    System.Int32

    SubtitleLanguagePreference

    Gets or sets the subtitle language preference.

    Declaration
    public string SubtitleLanguagePreference { get; set; }
    Property Value
    Type Description
    System.String

    The subtitle language preference.

    SubtitleMode

    Declaration
    public SubtitlePlaybackMode SubtitleMode { get; set; }
    Property Value
    Type Description
    SubtitlePlaybackMode

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.