mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6246] [CLOSED] Add support for TMDb episode groups II #10877
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/6246
Author: @gpregger
Created: 6/30/2021
Status: ❌ Closed
Base:
master← Head:TMDBEpisodeGroup📝 Commits (8)
feb2e09Added support for TMDb Episode Groups3a9d27bremoved personal data from launch.jsonb0d93d6Merge branch 'jellyfin:master' into master361b8ddFix merge conflictc2612adAdd blank line after line 352 in accordance with style conventiona938aa1Added summary remarks for EpisodeGroupId getter / setter17206f3Update MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.csd750f8cUpdate MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs📊 Changes
12 files changed (+115 additions, -40 deletions)
View changed files
📝
.gitignore(+1 -0)📝
MediaBrowser.Controller/Entities/TV/Series.cs(+13 -0)📝
MediaBrowser.Controller/Providers/ItemLookupInfo.cs(+2 -0)📝
MediaBrowser.Model/MediaBrowser.Model.csproj(+1 -0)📝
MediaBrowser.Model/Providers/RemoteSearchResult.cs(+7 -0)📝
MediaBrowser.Providers/Manager/MetadataService.cs(+1 -0)📝
MediaBrowser.Providers/Manager/ProviderManager.cs(+5 -0)📝
MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeImageProvider.cs(+1 -1)📝
MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs(+1 -1)📝
MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeriesProvider.cs(+68 -4)📝
MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs(+8 -34)📝
MediaBrowser.Providers/TV/SeriesMetadataService.cs(+7 -0)📄 Description
Changes
Sorry for opening another PR, still learning this git thing...
Add support for choosing a specific episode group / episode order published on TMDb when identifying TV shows.
The different episode groups show up as separate search results and are tagged with the episode group name.
For Jellyfin-web to support this there is a corresponding pull request on jellyfin-web: #2679
Addresses following feature request: https://features.jellyfin.org/posts/1043/tvdb-episode-group-support
Possibly makes episode ordering (absolute / dvd) obsolete.
Note: My experience with large projects and C# are limited. I took several days to read into and understand the project code and tested the outcome for functionality and bugs. If this PR is rubbish, please do not hesitate to let me know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.