mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4202] [MERGED] Migrate the TMDb providers to the TMDbLib library #9939
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/4202
Author: @cvium
Created: 9/24/2020
Status: ✅ Merged
Merged: 10/5/2020
Merged by: @joshuaboniface
Base:
master← Head:tmdblib_migration📝 Commits (10+)
e9524f8Migrate the TMDb providers to the TMDbLib library08e1f15Cleanup in TmdbMovieProvider34d2716Remove TmdbSettingsResult which came back in the rebasef8c4f7cFix inverted boolean statement3df2a95Cleanup in TmdbUtilsf4d49efAdd keywords as tags9adbf4eAdd keywords as tags to series + cleanupc0f4c90Apply suggestions from code reviewe0f21afFix buildd7cabb2Add image languages📊 Changes
74 files changed (+1590 additions, -3857 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+2 -0)➕
MediaBrowser.Model/Extensions/EnumerableExtensions.cs(+46 -0)📝
MediaBrowser.Providers/MediaBrowser.Providers.csproj(+1 -0)📝
MediaBrowser.Providers/Plugins/Tmdb/BoxSets/TmdbBoxSetImageProvider.cs(+46 -97)📝
MediaBrowser.Providers/Plugins/Tmdb/BoxSets/TmdbBoxSetProvider.cs(+51 -203)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/Collections/CollectionImages.cs(+0 -14)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/Collections/CollectionResult.cs(+0 -23)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/Collections/Part.cs(+0 -17)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/Backdrop.cs(+0 -21)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/Crew.cs(+0 -19)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/ExternalIds.cs(+0 -17)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/Genre.cs(+0 -11)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/Images.cs(+0 -13)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/Keyword.cs(+0 -11)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/Keywords.cs(+0 -11)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/Poster.cs(+0 -21)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/Profile.cs(+0 -17)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/Still.cs(+0 -23)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/StillImages.cs(+0 -11)➖
MediaBrowser.Providers/Plugins/Tmdb/Models/General/Video.cs(+0 -23)...and 54 more files
📄 Description
Changes
Moved the TMDb providers to TMDbLib. Less code to maintain, hopefully.
NOTE: Semi-blocked by https://github.com/LordMike/TMDbLib/pull/344.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.