support configurable transcoding temporary path

This commit is contained in:
Luke Pulverenti
2014-01-11 13:58:50 -05:00
parent ef8b02d285
commit 7f57ef0689
9 changed files with 51 additions and 17 deletions

View File

@@ -95,10 +95,10 @@ namespace MediaBrowser.Controller
string UserConfigurationDirectoryPath { get; }
/// <summary>
/// Gets the FF MPEG stream cache path.
/// Gets the transcoding temporary path.
/// </summary>
/// <value>The FF MPEG stream cache path.</value>
string EncodedMediaCachePath { get; }
/// <value>The transcoding temporary path.</value>
string TranscodingTempPath { get; }
/// <summary>
/// Gets the downloaded images data path.