mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4296] [CLOSED] Remove TheTVDB plugin from server source. #10005
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/4296
Author: @crobibero
Created: 10/9/2020
Status: ❌ Closed
Base:
master← Head:bye-tvdb📝 Commits (1)
f6c9866Remove tvdb plugin from server.📊 Changes
28 files changed (+18 additions, -1705 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+0 -2)📝
Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs(+1 -1)📝
Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs(+2 -2)📝
Jellyfin.Api/Controllers/LibraryController.cs(+1 -1)📝
MediaBrowser.Controller/Entities/TV/Series.cs(+1 -1)📝
MediaBrowser.Controller/Entities/UserViewBuilder.cs(+1 -1)📝
MediaBrowser.Model/Entities/MetadataProvider.cs(+0 -5)➖
MediaBrowser.Providers/Plugins/TheTvdb/Configuration/PluginConfiguration.cs(+0 -10)➖
MediaBrowser.Providers/Plugins/TheTvdb/Plugin.cs(+0 -29)➖
MediaBrowser.Providers/Plugins/TheTvdb/TvdbClientManager.cs(+0 -288)➖
MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeImageProvider.cs(+0 -130)➖
MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeProvider.cs(+0 -261)➖
MediaBrowser.Providers/Plugins/TheTvdb/TvdbPersonImageProvider.cs(+0 -113)➖
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeasonImageProvider.cs(+0 -155)➖
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeriesImageProvider.cs(+0 -153)➖
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeriesProvider.cs(+0 -417)➖
MediaBrowser.Providers/Plugins/TheTvdb/TvdbUtils.cs(+0 -39)📝
MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs(+1 -1)📝
MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeasonProvider.cs(+1 -1)📝
MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeriesProvider.cs(+5 -5)...and 8 more files
📄 Description
Depends on https://github.com/jellyfin/jellyfin/pull/4253
Replaced by https://github.com/crobibero/jellyfin-plugin-tvdb
Replaced
MetadataProviders.Tvdb->"Tvdb"🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.