[PR #12353] [MERGED] Display DOVI title in DisplayTitle when available #13157

Closed
opened 2026-02-07 07:08:10 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12353
Author: @gnattu
Created: 7/29/2024
Status: Merged
Merged: 7/29/2024
Merged by: @Bond-009

Base: masterHead: display-dv-title-when-available


📝 Commits (1)

  • 0132ad0 Display DOVI title in DisplayTitle when available

📊 Changes

1 file changed (+7 additions, -2 deletions)

View changed files

📝 MediaBrowser.Model/Entities/MediaStream.cs (+7 -2)

📄 Description

This displays the Dolby Vision Profile when available instead of just "HDR" in the display title.

Changes

  • Use full name "Dolby Vision" in VideoDoViTitle as we are using full name in other fields like the audio title.
  • Add fallback description for compat id 6
  • Prefer VideoDoViTitle in display title when available, otherwise keep using VideoRange

Issues

The feature request: https://features.jellyfin.org/posts/2314/add-dolby-vision-tag-whenever-applicable


🔄 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/12353 **Author:** [@gnattu](https://github.com/gnattu) **Created:** 7/29/2024 **Status:** ✅ Merged **Merged:** 7/29/2024 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `display-dv-title-when-available` --- ### 📝 Commits (1) - [`0132ad0`](https://github.com/jellyfin/jellyfin/commit/0132ad05abf4a158a232d9960bc2c51c4e7842e9) Display DOVI title in DisplayTitle when available ### 📊 Changes **1 file changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Model/Entities/MediaStream.cs` (+7 -2) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> This displays the Dolby Vision Profile when available instead of just "HDR" in the display title. **Changes** <!-- Describe your changes here in 1-5 sentences. --> - Use full name "Dolby Vision" in `VideoDoViTitle` as we are using full name in other fields like the audio title. - Add fallback description for compat id 6 - Prefer `VideoDoViTitle` in display title when available, otherwise keep using `VideoRange` **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> The feature request: https://features.jellyfin.org/posts/2314/add-dolby-vision-tag-whenever-applicable --- <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 07:08:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13157