Fix stream index and subtitle container handling, preserve attachments and nonexternal streams between scans

This commit is contained in:
Shadowghost
2022-04-01 02:59:51 +02:00
parent 21ce0e58c6
commit 128d54622a
6 changed files with 70 additions and 20 deletions

View File

@@ -141,6 +141,13 @@ namespace MediaBrowser.Controller.MediaEncoding
/// <returns>System.String.</returns>
string GetInputArgument(string inputFile, MediaSourceInfo mediaSource);
/// <summary>
/// Gets the input argument for an external subtitle file.
/// </summary>
/// <param name="inputFile">The input file.</param>
/// <returns>System.String.</returns>
string GetExternalSubtitleInputArgument(string inputFile);
/// <summary>
/// Gets the time parameter.
/// </summary>