[PR #7222] [CLOSED] Add ability for plugins to provide more complex external urls #11304

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7222
Author: @crobibero
Created: 1/20/2022
Status: Closed

Base: masterHead: external-url


📝 Commits (2)

  • e78c2bf Add ability for plugins to provide more complex external urls
  • bb5df44 Merge branch 'master' into external-url

📊 Changes

35 files changed (+1407 additions, -1230 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/BaseItem.cs (+0 -5)
📝 MediaBrowser.Controller/Entities/Movies/Movie.cs (+0 -18)
📝 MediaBrowser.Controller/Entities/TV/Episode.cs (+0 -17)
📝 MediaBrowser.Controller/Entities/TV/Series.cs (+0 -17)
📝 MediaBrowser.Controller/Entities/Trailer.cs (+0 -17)
📝 MediaBrowser.Controller/LiveTv/LiveTvProgram.cs (+0 -20)
📝 MediaBrowser.Controller/Providers/IExternalId.cs (+9 -0)
📝 MediaBrowser.Model/Providers/ExternalUrl.cs (+24 -15)
📝 MediaBrowser.Providers/Manager/ProviderManager.cs (+32 -17)
📝 MediaBrowser.Providers/Movies/ImdbExternalId.cs (+50 -20)
📝 MediaBrowser.Providers/Movies/ImdbPersonExternalId.cs (+22 -15)
📝 MediaBrowser.Providers/Music/ImvdbId.cs (+23 -16)
📝 MediaBrowser.Providers/Plugins/AudioDb/AudioDbAlbumExternalId.cs (+22 -15)
📝 MediaBrowser.Providers/Plugins/AudioDb/AudioDbArtistExternalId.cs (+23 -15)
📝 MediaBrowser.Providers/Plugins/AudioDb/AudioDbOtherAlbumExternalId.cs (+22 -15)
📝 MediaBrowser.Providers/Plugins/AudioDb/AudioDbOtherArtistExternalId.cs (+22 -15)
📝 MediaBrowser.Providers/Plugins/MusicBrainz/Configuration/PluginConfiguration.cs (+22 -23)
📝 MediaBrowser.Providers/Plugins/MusicBrainz/MusicBrainzAlbumArtistExternalId.cs (+22 -16)
📝 MediaBrowser.Providers/Plugins/MusicBrainz/MusicBrainzAlbumExternalId.cs (+22 -16)
📝 MediaBrowser.Providers/Plugins/MusicBrainz/MusicBrainzAlbumProvider.cs (+569 -570)

...and 15 more files

📄 Description

Superceeds https://github.com/jellyfin/jellyfin/pull/7173

Note: all Trakt links will be removed until the plugin is updated.

OpenAPI changes should just be doc changes


🔄 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/7222 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 1/20/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `external-url` --- ### 📝 Commits (2) - [`e78c2bf`](https://github.com/jellyfin/jellyfin/commit/e78c2bf49d6fae23402713d13fce4093827a3c55) Add ability for plugins to provide more complex external urls - [`bb5df44`](https://github.com/jellyfin/jellyfin/commit/bb5df44f3ad3103698f79bc50786f3f314643365) Merge branch 'master' into external-url ### 📊 Changes **35 files changed** (+1407 additions, -1230 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+0 -5) 📝 `MediaBrowser.Controller/Entities/Movies/Movie.cs` (+0 -18) 📝 `MediaBrowser.Controller/Entities/TV/Episode.cs` (+0 -17) 📝 `MediaBrowser.Controller/Entities/TV/Series.cs` (+0 -17) 📝 `MediaBrowser.Controller/Entities/Trailer.cs` (+0 -17) 📝 `MediaBrowser.Controller/LiveTv/LiveTvProgram.cs` (+0 -20) 📝 `MediaBrowser.Controller/Providers/IExternalId.cs` (+9 -0) 📝 `MediaBrowser.Model/Providers/ExternalUrl.cs` (+24 -15) 📝 `MediaBrowser.Providers/Manager/ProviderManager.cs` (+32 -17) 📝 `MediaBrowser.Providers/Movies/ImdbExternalId.cs` (+50 -20) 📝 `MediaBrowser.Providers/Movies/ImdbPersonExternalId.cs` (+22 -15) 📝 `MediaBrowser.Providers/Music/ImvdbId.cs` (+23 -16) 📝 `MediaBrowser.Providers/Plugins/AudioDb/AudioDbAlbumExternalId.cs` (+22 -15) 📝 `MediaBrowser.Providers/Plugins/AudioDb/AudioDbArtistExternalId.cs` (+23 -15) 📝 `MediaBrowser.Providers/Plugins/AudioDb/AudioDbOtherAlbumExternalId.cs` (+22 -15) 📝 `MediaBrowser.Providers/Plugins/AudioDb/AudioDbOtherArtistExternalId.cs` (+22 -15) 📝 `MediaBrowser.Providers/Plugins/MusicBrainz/Configuration/PluginConfiguration.cs` (+22 -23) 📝 `MediaBrowser.Providers/Plugins/MusicBrainz/MusicBrainzAlbumArtistExternalId.cs` (+22 -16) 📝 `MediaBrowser.Providers/Plugins/MusicBrainz/MusicBrainzAlbumExternalId.cs` (+22 -16) 📝 `MediaBrowser.Providers/Plugins/MusicBrainz/MusicBrainzAlbumProvider.cs` (+569 -570) _...and 15 more files_ </details> ### 📄 Description Superceeds https://github.com/jellyfin/jellyfin/pull/7173 Note: all Trakt links will be removed until the plugin is updated. OpenAPI changes should just be doc changes --- <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:36:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11304