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

    Show / Hide Table of Contents

    Interface IServerApplicationPaths

    Inherited Members
    IApplicationPaths.ProgramDataPath
    IApplicationPaths.ProgramSystemPath
    IApplicationPaths.DataPath
    IApplicationPaths.VirtualDataPath
    IApplicationPaths.GetImageCachePath()
    IApplicationPaths.PluginsPath
    IApplicationPaths.PluginConfigurationsPath
    IApplicationPaths.TempUpdatePath
    IApplicationPaths.LogDirectoryPath
    IApplicationPaths.ConfigurationDirectoryPath
    IApplicationPaths.SystemConfigurationFilePath
    IApplicationPaths.CachePath
    IApplicationPaths.GetCachePath()
    IApplicationPaths.TempDirectory
    Namespace: MediaBrowser.Controller
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface IServerApplicationPaths : IApplicationPaths

    Properties

    ApplicationResourcesPath

    Gets the application resources path. This is the path to the folder containing resources that are deployed as part of the application For example, this folder contains dashboard-ui and swagger-ui

    Declaration
    string ApplicationResourcesPath { get; }
    Property Value
    Type Description
    System.String

    The application resources path.

    InternalMetadataPath

    Gets the internal metadata path.

    Declaration
    string InternalMetadataPath { get; }
    Property Value
    Type Description
    System.String

    The internal metadata path.

    OcrDataPath

    Gets the ocr model path.

    Declaration
    string OcrDataPath { get; }
    Property Value
    Type Description
    System.String

    The ocr model path.

    RootFolderPath

    Gets the path to the base root media directory

    Declaration
    string RootFolderPath { get; }
    Property Value
    Type Description
    System.String

    The root folder path.

    SubtitleFontsPath

    Gets the subtitle fonts path.

    Declaration
    string SubtitleFontsPath { get; }
    Property Value
    Type Description
    System.String

    The subtitle fonts path.

    TranscodingTempPath

    Gets the transcoding temporary path.

    Declaration
    string TranscodingTempPath { get; }
    Property Value
    Type Description
    System.String

    The transcoding temporary path.

    UserConfigurationDirectoryPath

    Gets the path to the user configuration directory

    Declaration
    string UserConfigurationDirectoryPath { get; }
    Property Value
    Type Description
    System.String

    The user configuration directory path.

    VirtualInternalMetadataPath

    Declaration
    string VirtualInternalMetadataPath { get; }
    Property Value
    Type Description
    System.String

    VirtualRootFolderPath

    Declaration
    string VirtualRootFolderPath { get; }
    Property Value
    Type Description
    System.String

    Methods

    GetTranscodingTempPath()

    Declaration
    string GetTranscodingTempPath()
    Returns
    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.