[PR #14824] [MERGED] Fix TV Series parsing containing only numbers. #14133

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14824
Author: @CodyEngel
Created: 9/20/2025
Status: Merged
Merged: 11/27/2025
Merged by: @nielsvanvelzen

Base: masterHead: fix-numeric-titles


📝 Commits (3)

  • da31d0c support series that are numeric only
  • bd9a44c remove explicit ‘-‘ support in series name
  • 2508e83 update summary docs

📊 Changes

2 files changed (+22 additions, -0 deletions)

View changed files

📝 Emby.Naming/TV/SeriesResolver.cs (+21 -0)
📝 tests/Jellyfin.Naming.Tests/TV/SeriesResolverTests.cs (+1 -0)

📄 Description

Changes
Updates SeriesResolver to handle series names that only contain numbers such as 1923.

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/14824 **Author:** [@CodyEngel](https://github.com/CodyEngel) **Created:** 9/20/2025 **Status:** ✅ Merged **Merged:** 11/27/2025 **Merged by:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Base:** `master` ← **Head:** `fix-numeric-titles` --- ### 📝 Commits (3) - [`da31d0c`](https://github.com/jellyfin/jellyfin/commit/da31d0c6a61ff0d908ad3c9ddcfa42a055f7ef6f) support series that are numeric only - [`bd9a44c`](https://github.com/jellyfin/jellyfin/commit/bd9a44ce7d45bf00d928ccfb13a2695686b91264) remove explicit ‘-‘ support in series name - [`2508e83`](https://github.com/jellyfin/jellyfin/commit/2508e8349be5b8052a68ad73316845f4668d4f43) update summary docs ### 📊 Changes **2 files changed** (+22 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/TV/SeriesResolver.cs` (+21 -0) 📝 `tests/Jellyfin.Naming.Tests/TV/SeriesResolverTests.cs` (+1 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Updates SeriesResolver to handle series names that only contain numbers such as 1923. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> 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:24:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14133