mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6027] [MERGED] Improve series matching #10785
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/6027
Author: @fredriklindberg
Created: 5/11/2021
Status: ✅ Merged
Merged: 11/2/2021
Merged by: @cvium
Base:
master← Head:improve-series-matching📝 Commits (1)
ea439c5Improve series name matching📊 Changes
8 files changed (+233 additions, -3 deletions)
View changed files
📝
Emby.Naming/Common/NamingOptions.cs(+14 -0)➕
Emby.Naming/TV/SeriesInfo.cs(+29 -0)➕
Emby.Naming/TV/SeriesPathParser.cs(+61 -0)➕
Emby.Naming/TV/SeriesPathParserResult.cs(+19 -0)➕
Emby.Naming/TV/SeriesResolver.cs(+49 -0)📝
Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs(+5 -3)➕
tests/Jellyfin.Naming.Tests/TV/SeriesPathParserTest.cs(+28 -0)➕
tests/Jellyfin.Naming.Tests/TV/SeriesResolverTests.cs(+28 -0)📄 Description
Improves series name matching (thus better hit ratio at tmdb) for paths that contain more information that just the series name (ex. show.s01). The output from the SeriesResolver is a "clean" series name.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.