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

    Show / Hide Table of Contents

    Class ServerConfiguration

    Represents the server configuration.

    Inheritance
    System.Object
    BaseApplicationConfiguration
    ServerConfiguration
    Inherited Members
    BaseApplicationConfiguration.EnableDebugLevelLogging
    BaseApplicationConfiguration.RevertDebugLogging
    BaseApplicationConfiguration.EnableAutoUpdate
    BaseApplicationConfiguration.LogFileRetentionDays
    BaseApplicationConfiguration.RunAtStartup
    BaseApplicationConfiguration.IsStartupWizardCompleted
    BaseApplicationConfiguration.CachePath
    Namespace: MediaBrowser.Model.Configuration
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class ServerConfiguration : BaseApplicationConfiguration

    Fields

    DefaultHttpPort

    Declaration
    public const int DefaultHttpPort = 8096
    Field Value
    Type Description
    System.Int32

    DefaultHttpsPort

    Declaration
    public const int DefaultHttpsPort = 8920
    Field Value
    Type Description
    System.Int32

    Properties

    AllowLegacyLocalNetworkPassword

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

    AutoRunWebApp

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

    CertificatePassword

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

    CertificatePath

    Gets or sets the value pointing to the file system where the ssl certiifcate is located..

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

    The value pointing to the file system where the ssl certiifcate is located..

    CollapseVideoFolders

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

    DashboardSourcePath

    Allows the dashboard to be served from a custom path.

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

    The dashboard source path.

    DatabaseAnalysisLimit

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

    DatabaseCacheSizeMB

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

    DisableAsyncIO

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

    EnableAutomaticRestart

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

    EnableCaseSensitiveItemIds

    Gets or sets a value indicating whether [enable case sensitive item ids].

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

    true if [enable case sensitive item ids]; otherwise, false.

    EnableDashboardResponseCaching

    Gets or sets a value indicating whether [enable dashboard response caching]. Allows potential contributors without visual studio to modify production dashboard code and test changes.

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

    true if [enable dashboard response caching]; otherwise, false.

    EnableExternalContentInSuggestions

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

    EnableHttps

    Gets or sets a value indicating whether [use HTTPS].

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

    true if [use HTTPS]; otherwise, false.

    EnableOriginalTrackTitles

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

    EnablePeopleLetterSubFolders

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

    EnableRemoteAccess

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

    EnableSavedMetadataForPeople

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

    EnableSqLiteMmio

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

    EnableUPnP

    Gets or sets a value indicating whether [enable u pn p].

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

    true if [enable u pn p]; otherwise, false.

    HttpServerPortNumber

    Gets or sets the HTTP server port number.

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

    The HTTP server port number.

    HttpsPortNumber

    Gets or sets the HTTPS server port number.

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

    The HTTPS server port number.

    ImageExtractionTimeoutMs

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

    ImageExtractorUpgraded1

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

    ImageSavingConvention

    Gets or sets the image saving convention.

    Declaration
    public ImageSavingConvention ImageSavingConvention { get; set; }
    Property Value
    Type Description
    ImageSavingConvention

    The image saving convention.

    IsBehindProxy

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

    IsPortAuthorized

    Gets or sets a value indicating whether this instance is port authorized.

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

    true if this instance is port authorized; otherwise, false.

    IsRemoteIPFilterBlacklist

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

    LibraryMonitorDelaySeconds

    The delay in seconds that we will wait after a file system change to try and discover what has been added/removed Some delay is necessary with some items because their creation is not atomic. It involves the creation of several different directories and files.

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

    The file watcher delay.

    LocalNetworkAddresses

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

    LocalNetworkSubnets

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

    LogAllQueryTimes

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

    MetadataCountryCode

    Gets or sets the metadata country code.

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

    The metadata country code.

    MetadataNetworkPath

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

    MetadataPath

    Gets or sets the metadata path.

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

    The metadata path.

    MigratedLibraryOptionsToDb

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

    MigratedToUserItemShares8

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

    OptimizeDatabaseOnShutdown

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

    PathSubstitutions

    Declaration
    public PathSubstitution[] PathSubstitutions { get; set; }
    Property Value
    Type Description
    PathSubstitution[]

    PlaylistsUpgradedToM3U

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

    PreferredDetectedRemoteAddressFamily

    Declaration
    public AddressFamily PreferredDetectedRemoteAddressFamily { get; set; }
    Property Value
    Type Description
    System.Net.Sockets.AddressFamily

    PreferredMetadataLanguage

    Gets or sets the preferred metadata language.

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

    The preferred metadata language.

    ProxyHeaderMode

    Declaration
    public ProxyHeaderMode ProxyHeaderMode { get; set; }
    Property Value
    Type Description
    ProxyHeaderMode

    PublicHttpsPort

    Gets or sets the public HTTPS port.

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

    The public HTTPS port.

    PublicPort

    Gets or sets the public mapped port.

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

    The public mapped port.

    RemoteClientBitrateLimit

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

    RemoteIPFilter

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

    RequireHttps

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

    ServerName

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

    SimultaneousStreamLimit

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

    SortRemoveWords

    Words to be removed from strings to create a sort name

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

    The sort remove words.

    TvChannelsRefreshed

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

    UICulture

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

    UninstalledPlugins

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

    VacuumDatabaseOnStartup

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

    WanDdns

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

    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.