[PR #5693] [MERGED] Probe result tweaks #10610

Closed
opened 2026-02-07 06:23:27 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: probe-result-tweaks


📝 Commits (3)

  • e0f5132 Reduce nesting
  • 8d27e10 Interpret ffprobe date as UTC
  • 873ad72 Support 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 AssumeUniversal flag to TryParse.

Also, this adds support for the MKV DATE_RELEASE tag 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5693 **Author:** [@Maxr1998](https://github.com/Maxr1998) **Created:** 4/4/2021 **Status:** ✅ Merged **Merged:** 4/4/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `probe-result-tweaks` --- ### 📝 Commits (3) - [`e0f5132`](https://github.com/jellyfin/jellyfin/commit/e0f513232b0b03135fa09fe39862c10982cb469e) Reduce nesting - [`8d27e10`](https://github.com/jellyfin/jellyfin/commit/8d27e10cb696fb440ec7773aae69441d0651e64a) Interpret ffprobe date as UTC - [`873ad72`](https://github.com/jellyfin/jellyfin/commit/873ad72c1893e87d1f8a0a744ebfe53b87781521) Support MKV DATE_RELEASED tag for PremiereDate ### 📊 Changes **2 files changed** (+9 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs` (+8 -5) 📝 `MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs` (+1 -0) </details> ### 📄 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 `AssumeUniversal` flag to `TryParse`. Also, this adds support for the MKV `DATE_RELEASE` tag as a date tag - see the relevant commit for more info. If necessary, I can split this PR into multiple. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:23:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10610