Respect FFMpeg path passed via Environment Variable

This commit is contained in:
Neil Burrows
2020-06-29 17:08:20 +01:00
parent c39ad25e4c
commit 4389773508
4 changed files with 15 additions and 5 deletions

View File

@@ -23,6 +23,11 @@ namespace MediaBrowser.Controller.Extensions
/// </summary>
public const string FfmpegAnalyzeDurationKey = "FFmpeg:analyzeduration";
/// <summary>
/// The key for the FFmpeg path option.
/// </summary>
public const string FfmpegPathKey = "ffmpeg";
/// <summary>
/// The key for a setting that indicates whether playlists should allow duplicate entries.
/// </summary>