mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5693] [MERGED] Probe result tweaks #10610
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5693
Author: @Maxr1998
Created: 4/4/2021
Status: ✅ Merged
Merged: 4/4/2021
Merged by: @Bond-009
Base:
master← Head:probe-result-tweaks📝 Commits (3)
e0f5132Reduce nesting8d27e10Interpret ffprobe date as UTC873ad72Support MKV DATE_RELEASED tag for PremiereDate📊 Changes
2 files changed (+9 additions, -5 deletions)
View changed files
📝
MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs(+8 -5)📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+1 -0)📄 Description
Currently, dates are parsed according to the local time, which results in potentially wrong data being stored in the database after normalizing to UTC - e.g. 2021-04-04 would be stored as '2021-04-03 22:00:00Z' and displayed in the UI as 03.04.2021. This can be fixed by setting the
AssumeUniversalflag toTryParse.Also, this adds support for the MKV
DATE_RELEASEtag as a date tag - see the relevant commit for more info.If necessary, I can split this PR into multiple.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.