mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Adding "creation_time" as a tag lookup for FFProbe for premiere date (#8884)
This commit is contained in:
@@ -144,7 +144,8 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
FFProbeHelpers.GetDictionaryDateTime(tags, "retail date") ??
|
||||
FFProbeHelpers.GetDictionaryDateTime(tags, "retail_date") ??
|
||||
FFProbeHelpers.GetDictionaryDateTime(tags, "date_released") ??
|
||||
FFProbeHelpers.GetDictionaryDateTime(tags, "date");
|
||||
FFProbeHelpers.GetDictionaryDateTime(tags, "date") ??
|
||||
FFProbeHelpers.GetDictionaryDateTime(tags, "creation_time");
|
||||
|
||||
// Set common metadata for music (audio) and music videos (video)
|
||||
info.Album = tags.GetValueOrDefault("album");
|
||||
|
||||
Reference in New Issue
Block a user