record mediastream comment

This commit is contained in:
Luke Pulverenti
2016-01-11 11:52:22 -05:00
parent 9fcdcc6eae
commit 81fb823c02
7 changed files with 78 additions and 18 deletions

View File

@@ -141,6 +141,7 @@ namespace MediaBrowser.MediaEncoding.Probing
if (streamInfo.tags != null)
{
stream.Language = GetDictionaryValue(streamInfo.tags, "language");
stream.Comment = GetDictionaryValue(streamInfo.tags, "comment");
}
if (string.Equals(streamInfo.codec_type, "audio", StringComparison.OrdinalIgnoreCase))