mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 16:16:17 +00:00
#2407: Prefer MP4-Metadata for episodes
This commit is contained in:
@@ -112,6 +112,9 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
info.Name = title;
|
||||
}
|
||||
|
||||
info.IndexNumber = FFProbeHelpers.GetDictionaryNumericValue(tags, "episode_sort");
|
||||
info.ParentIndexNumber = FFProbeHelpers.GetDictionaryNumericValue(tags, "season_number");
|
||||
info.ShowName = FFProbeHelpers.GetDictionaryValue(tags, "show_name");
|
||||
info.ProductionYear = FFProbeHelpers.GetDictionaryNumericValue(tags, "date");
|
||||
|
||||
// Several different forms of retaildate
|
||||
|
||||
Reference in New Issue
Block a user