[PR #4298] [MERGED] Remove TheTVDB plugin from server source. #10011

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4298
Author: @crobibero
Created: 10/9/2020
Status: Merged
Merged: 11/19/2020
Merged by: @joshuaboniface

Base: masterHead: bye-tvdb


📝 Commits (6)

  • 3119acd Remove tvdb plugin from server.
  • 380359b Add migration to readd plugin.
  • 7ff2125 Merge remote-tracking branch 'upstream/master' into bye-tvdb
  • 4b15284 Merge remote-tracking branch 'upstream/master' into bye-tvdb
  • 3432db4 dedup migration
  • 1831b6c Remove tvdb migration.

📊 Changes

15 files changed (+0 additions, -1686 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+0 -2)
MediaBrowser.Providers/Plugins/TheTvdb/Configuration/PluginConfiguration.cs (+0 -10)
MediaBrowser.Providers/Plugins/TheTvdb/Plugin.cs (+0 -29)
MediaBrowser.Providers/Plugins/TheTvdb/TvdbClientManager.cs (+0 -289)
MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeImageProvider.cs (+0 -130)
MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeProvider.cs (+0 -262)
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 -419)
MediaBrowser.Providers/Plugins/TheTvdb/TvdbUtils.cs (+0 -39)
MediaBrowser.Providers/TV/TvdbEpisodeExternalId.cs (+0 -28)
MediaBrowser.Providers/TV/TvdbExternalId.cs (+0 -28)
MediaBrowser.Providers/TV/TvdbSeasonExternalId.cs (+0 -28)
📝 MediaBrowser.Providers/TV/Zap2ItExternalId.cs (+0 -1)

📄 Description

Depends on #4253

Replaced by https://github.com/jellyfin/jellyfin-plugin-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/4298 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 10/9/2020 **Status:** ✅ Merged **Merged:** 11/19/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `bye-tvdb` --- ### 📝 Commits (6) - [`3119acd`](https://github.com/jellyfin/jellyfin/commit/3119acd5027509b384d7e122dba20b9212ebddf8) Remove tvdb plugin from server. - [`380359b`](https://github.com/jellyfin/jellyfin/commit/380359b495f234450b21eafd2e64fa84b1bf2dcb) Add migration to readd plugin. - [`7ff2125`](https://github.com/jellyfin/jellyfin/commit/7ff212576e1fba5980163bcc1cd97c29aadc635f) Merge remote-tracking branch 'upstream/master' into bye-tvdb - [`4b15284`](https://github.com/jellyfin/jellyfin/commit/4b15284324cf65bc916a3112b7fc61c958ac70c5) Merge remote-tracking branch 'upstream/master' into bye-tvdb - [`3432db4`](https://github.com/jellyfin/jellyfin/commit/3432db4998ec97b2a04a59a6d77dc0827913481f) dedup migration - [`1831b6c`](https://github.com/jellyfin/jellyfin/commit/1831b6cbab0781a0d8f4bafc9e018179db0e19a5) Remove tvdb migration. ### 📊 Changes **15 files changed** (+0 additions, -1686 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+0 -2) ➖ `MediaBrowser.Providers/Plugins/TheTvdb/Configuration/PluginConfiguration.cs` (+0 -10) ➖ `MediaBrowser.Providers/Plugins/TheTvdb/Plugin.cs` (+0 -29) ➖ `MediaBrowser.Providers/Plugins/TheTvdb/TvdbClientManager.cs` (+0 -289) ➖ `MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeImageProvider.cs` (+0 -130) ➖ `MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeProvider.cs` (+0 -262) ➖ `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 -419) ➖ `MediaBrowser.Providers/Plugins/TheTvdb/TvdbUtils.cs` (+0 -39) ➖ `MediaBrowser.Providers/TV/TvdbEpisodeExternalId.cs` (+0 -28) ➖ `MediaBrowser.Providers/TV/TvdbExternalId.cs` (+0 -28) ➖ `MediaBrowser.Providers/TV/TvdbSeasonExternalId.cs` (+0 -28) 📝 `MediaBrowser.Providers/TV/Zap2ItExternalId.cs` (+0 -1) </details> ### 📄 Description Depends on #4253 Replaced by https://github.com/jellyfin/jellyfin-plugin-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:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10011