mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3208] [MERGED] More work for core plugins #9380
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/3208
Author: @dkanada
Created: 5/31/2020
Status: ✅ Merged
Merged: 6/6/2020
Merged by: @dkanada
Base:
master← Head:plugins📝 Commits (4)
24f7f84add plugin configurations for tvdb and omdbd72bb83minor changes to server configuration file685f8admove tmdb to plugin folder855a2b2fix some easy warnings for tmdb📊 Changes
86 files changed (+379 additions, -202 deletions)
View changed files
📝
MediaBrowser.Model/Configuration/ServerConfiguration.cs(+12 -9)➕
MediaBrowser.Providers/Plugins/Omdb/Configuration/PluginConfiguration.cs(+9 -0)➕
MediaBrowser.Providers/Plugins/Omdb/Configuration/config.html(+49 -0)📝
MediaBrowser.Providers/Plugins/Omdb/OmdbImageProvider.cs(+1 -0)📝
MediaBrowser.Providers/Plugins/Omdb/OmdbItemProvider.cs(+2 -0)📝
MediaBrowser.Providers/Plugins/Omdb/OmdbProvider.cs(+89 -50)➕
MediaBrowser.Providers/Plugins/Omdb/Plugin.cs(+35 -0)➕
MediaBrowser.Providers/Plugins/TheTvdb/Configuration/PluginConfiguration.cs(+8 -0)➕
MediaBrowser.Providers/Plugins/TheTvdb/Plugin.cs(+24 -0)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbClientManager.cs(+2 -1)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeProvider.cs(+1 -3)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbPersonImageProvider.cs(+0 -1)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeasonImageProvider.cs(+2 -2)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeriesImageProvider.cs(+2 -1)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeriesProvider.cs(+6 -4)📝
MediaBrowser.Providers/Plugins/Tmdb/BoxSets/TmdbBoxSetExternalId.cs(+1 -1)📝
MediaBrowser.Providers/Plugins/Tmdb/BoxSets/TmdbBoxSetImageProvider.cs(+7 -4)📝
MediaBrowser.Providers/Plugins/Tmdb/BoxSets/TmdbBoxSetProvider.cs(+5 -8)📝
MediaBrowser.Providers/Plugins/Tmdb/Models/Collections/CollectionImages.cs(+2 -2)📝
MediaBrowser.Providers/Plugins/Tmdb/Models/Collections/CollectionResult.cs(+1 -1)...and 66 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.