mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03: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