[PR #4531] [CLOSED] Remove omdb from server source. #10140

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4531
Author: @crobibero
Created: 11/21/2020
Status: Closed

Base: masterHead: bye-omdb


📝 Commits (5)

  • e501f0a Remove omdb from server source.
  • 37ead33 Merge remote-tracking branch 'upstream/master' into bye-omdb
  • 9336584 Merge remote-tracking branch 'upstream/master' into bye-omdb
  • 8b0de06 Merge remote-tracking branch 'upstream/master' into bye-omdb
  • 3440ec7 Remove converters

📊 Changes

13 files changed (+1 additions, -1336 deletions)

View changed files

MediaBrowser.Common/Json/Converters/JsonOmdbNotAvailableStringConverter.cs (+0 -35)
MediaBrowser.Common/Json/Converters/JsonOmdbNotAvailableStructConverter.cs (+0 -35)
📝 MediaBrowser.Common/MediaBrowser.Common.csproj (+1 -1)
📝 MediaBrowser.Model/Configuration/ServerConfiguration.cs (+0 -2)
📝 MediaBrowser.Providers/MediaBrowser.Providers.csproj (+0 -2)
MediaBrowser.Providers/Plugins/Omdb/Configuration/PluginConfiguration.cs (+0 -11)
MediaBrowser.Providers/Plugins/Omdb/Configuration/config.html (+0 -52)
MediaBrowser.Providers/Plugins/Omdb/OmdbEpisodeProvider.cs (+0 -81)
MediaBrowser.Providers/Plugins/Omdb/OmdbImageProvider.cs (+0 -97)
MediaBrowser.Providers/Plugins/Omdb/OmdbItemProvider.cs (+0 -343)
MediaBrowser.Providers/Plugins/Omdb/OmdbProvider.cs (+0 -569)
MediaBrowser.Providers/Plugins/Omdb/Plugin.cs (+0 -40)
tests/Jellyfin.Common.Tests/Json/JsonOmdbConverterTests.cs (+0 -68)

📄 Description

Replaced by https://github.com/jellyfin/jellyfin-plugin-omdb


🔄 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/4531 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/21/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bye-omdb` --- ### 📝 Commits (5) - [`e501f0a`](https://github.com/jellyfin/jellyfin/commit/e501f0aa230de59645f9dc7bead76c14d375ed35) Remove omdb from server source. - [`37ead33`](https://github.com/jellyfin/jellyfin/commit/37ead332c6c4eddaff9a630d5f4ef3d8c78dc19f) Merge remote-tracking branch 'upstream/master' into bye-omdb - [`9336584`](https://github.com/jellyfin/jellyfin/commit/933658423cae01312b6138fe64048510b35fd968) Merge remote-tracking branch 'upstream/master' into bye-omdb - [`8b0de06`](https://github.com/jellyfin/jellyfin/commit/8b0de06b24d2ebc8d1d170a978a002b96a1e70e6) Merge remote-tracking branch 'upstream/master' into bye-omdb - [`3440ec7`](https://github.com/jellyfin/jellyfin/commit/3440ec78701c8019b5f4e82537ca472c7a46bd03) Remove converters ### 📊 Changes **13 files changed** (+1 additions, -1336 deletions) <details> <summary>View changed files</summary> ➖ `MediaBrowser.Common/Json/Converters/JsonOmdbNotAvailableStringConverter.cs` (+0 -35) ➖ `MediaBrowser.Common/Json/Converters/JsonOmdbNotAvailableStructConverter.cs` (+0 -35) 📝 `MediaBrowser.Common/MediaBrowser.Common.csproj` (+1 -1) 📝 `MediaBrowser.Model/Configuration/ServerConfiguration.cs` (+0 -2) 📝 `MediaBrowser.Providers/MediaBrowser.Providers.csproj` (+0 -2) ➖ `MediaBrowser.Providers/Plugins/Omdb/Configuration/PluginConfiguration.cs` (+0 -11) ➖ `MediaBrowser.Providers/Plugins/Omdb/Configuration/config.html` (+0 -52) ➖ `MediaBrowser.Providers/Plugins/Omdb/OmdbEpisodeProvider.cs` (+0 -81) ➖ `MediaBrowser.Providers/Plugins/Omdb/OmdbImageProvider.cs` (+0 -97) ➖ `MediaBrowser.Providers/Plugins/Omdb/OmdbItemProvider.cs` (+0 -343) ➖ `MediaBrowser.Providers/Plugins/Omdb/OmdbProvider.cs` (+0 -569) ➖ `MediaBrowser.Providers/Plugins/Omdb/Plugin.cs` (+0 -40) ➖ `tests/Jellyfin.Common.Tests/Json/JsonOmdbConverterTests.cs` (+0 -68) </details> ### 📄 Description Replaced by https://github.com/jellyfin/jellyfin-plugin-omdb --- <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:14:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10140