[PR #13724] [MERGED] Fix IMDb URL for People #13677

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13724
Author: @theguymadmax
Created: 3/17/2025
Status: Merged
Merged: 3/20/2025
Merged by: @Bond-009

Base: masterHead: imdb-person-url


📝 Commits (1)

📊 Changes

1 file changed (+8 additions, -1 deletions)

View changed files

📝 MediaBrowser.Providers/Movies/ImdbExternalUrlProvider.cs (+8 -1)

📄 Description

Changes
Updated the IMDb external URL provider to correctly handle both media (movies, series, etc.) and person URLs. The URL generation now uses :

baseURL + name/{externalId} for people
baseURL + title/{externalId} for all other types

Issues
Regression from #13175


🔄 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/13724 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `imdb-person-url` --- ### 📝 Commits (1) - [`407935d`](https://github.com/jellyfin/jellyfin/commit/407935d18143e87c64b0e557aba00d3b2699f151) Fix IMDb URL for People ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/Movies/ImdbExternalUrlProvider.cs` (+8 -1) </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** Updated the IMDb external URL provider to correctly handle both media (movies, series, etc.) and person URLs. The URL generation now uses : baseURL + name/{externalId} for people baseURL + title/{externalId} for all other types **Issues** Regression from #13175 --- <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:17:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13677