[PR #6117] [MERGED] Add OriginalTitle to ItemLookupInfo #10831

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6117
Author: @LinFor
Created: 5/27/2021
Status: Merged
Merged: 6/7/2021
Merged by: @cvium

Base: masterHead: pr_originaltitle_in_lookupinfo


📝 Commits (1)

  • 05c241d Add OriginalTitle to ItemLookupInfo

📊 Changes

2 files changed (+7 additions, -0 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/BaseItem.cs (+1 -0)
📝 MediaBrowser.Controller/Providers/ItemLookupInfo.cs (+6 -0)

📄 Description

Changes
Allow access to OriginalTitle from MetadataProviders.
Sometimes localized naming is not the best way to search for metadata, as there may be several different translations. Searching for metadata based on the original title (which I think exists in a single form) seems like a good idea.

Issues
None found


🔄 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/6117 **Author:** [@LinFor](https://github.com/LinFor) **Created:** 5/27/2021 **Status:** ✅ Merged **Merged:** 6/7/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `pr_originaltitle_in_lookupinfo` --- ### 📝 Commits (1) - [`05c241d`](https://github.com/jellyfin/jellyfin/commit/05c241da780b96bcea9c11db61553a46398cdfcc) Add OriginalTitle to ItemLookupInfo ### 📊 Changes **2 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+1 -0) 📝 `MediaBrowser.Controller/Providers/ItemLookupInfo.cs` (+6 -0) </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. --> **Changes** Allow access to OriginalTitle from MetadataProviders. Sometimes localized naming is not the best way to search for metadata, as there may be several different translations. Searching for metadata based on the original title (which I think exists in a single form) seems like a good idea. <!-- Describe your changes here in 1-5 sentences. --> **Issues** None found <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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:27:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10831