[PR #14147] [CLOSED] Fix TV Series Name Parsing for Shows with only Digits in its Title #13860

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14147
Author: @deneille
Created: 5/21/2025
Status: Closed

Base: masterHead: TV-TITLE-DIGITS


📝 Commits (2)

  • f5ddaff Resolved error resolving tv shows with 4 digits
  • e685cf3 handles the case of a tv show having only digits in its title regardless of length

📊 Changes

2 files changed (+12 additions, -3 deletions)

View changed files

📝 Emby.Naming/TV/SeriesResolver.cs (+10 -3)
📝 tests/Jellyfin.Naming.Tests/TV/SeriesResolverTests.cs (+2 -0)

📄 Description

Changes
Within the Resolve function in the SeriesResolver class, I added the case where the title of the tv show is only numbers. It looks for tv show titles with only digits regardless of length. It uses Regex for possible matches and takes the numeric part for the instance where the title is 1923 (2022), it rightfully recognizes that 1923 is the title of the show.

Issues
Fixes #13875.


🔄 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/14147 **Author:** [@deneille](https://github.com/deneille) **Created:** 5/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `TV-TITLE-DIGITS` --- ### 📝 Commits (2) - [`f5ddaff`](https://github.com/jellyfin/jellyfin/commit/f5ddaff4eeae98d388da9ba30410ff657035b06a) Resolved error resolving tv shows with 4 digits - [`e685cf3`](https://github.com/jellyfin/jellyfin/commit/e685cf303215e62336249ca1e96d8c769d3ccfa8) handles the case of a tv show having only digits in its title regardless of length ### 📊 Changes **2 files changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/TV/SeriesResolver.cs` (+10 -3) 📝 `tests/Jellyfin.Naming.Tests/TV/SeriesResolverTests.cs` (+2 -0) </details> ### 📄 Description **Changes** Within the Resolve function in the SeriesResolver class, I added the case where the title of the tv show is only numbers. It looks for tv show titles with only digits regardless of length. It uses Regex for possible matches and takes the numeric part for the instance where the title is `1923 (2022)`, it rightfully recognizes that `1923` is the title of the show. **Issues** Fixes #13875. --- <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 07:20:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13860