[PR #4296] [CLOSED] Remove TheTVDB plugin from server source. #10005

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4296
Author: @crobibero
Created: 10/9/2020
Status: Closed

Base: masterHead: bye-tvdb


📝 Commits (1)

  • f6c9866 Remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4296 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 10/9/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bye-tvdb` --- ### 📝 Commits (1) - [`f6c9866`](https://github.com/jellyfin/jellyfin/commit/f6c986654e795f622e4a3c243f9f5cfdb0cf746f) Remove tvdb plugin from server. ### 📊 Changes **28 files changed** (+18 additions, -1705 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Depends on https://github.com/jellyfin/jellyfin/pull/4253 Replaced by https://github.com/crobibero/jellyfin-plugin-tvdb Replaced `MetadataProviders.Tvdb` -> `"Tvdb"` --- <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:12:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10005