Interface IServerApplicationPaths
Inherited Members
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 |