mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #7222] [CLOSED] Add ability for plugins to provide more complex external urls #11304
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/7222
Author: @crobibero
Created: 1/20/2022
Status: ❌ Closed
Base:
master← Head:external-url📝 Commits (2)
e78c2bfAdd ability for plugins to provide more complex external urlsbb5df44Merge 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.