[PR #15102] [MERGED] Make season paths case-insensitive #14235

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15102
Author: @theguymadmax
Created: 10/22/2025
Status: Merged
Merged: 10/24/2025
Merged by: @crobibero

Base: release-10.11.zHead: allow-upercase-season-paths


📝 Commits (2)

  • 9bc7a4f Make season paths case-insensitive
  • db53fcb Apply review suggestions

📊 Changes

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

View changed files

📝 Emby.Naming/TV/SeasonPathParser.cs (+3 -3)
📝 tests/Jellyfin.Naming.Tests/TV/SeasonPathParserTests.cs (+18 -0)

📄 Description

Changes

Make season paths case-insensitive

Issues

Fixes #15100

🔄 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/15102 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `allow-upercase-season-paths` --- ### 📝 Commits (2) - [`9bc7a4f`](https://github.com/jellyfin/jellyfin/commit/9bc7a4fecb66b6b95f4f1fe4bd3517588a488288) Make season paths case-insensitive - [`db53fcb`](https://github.com/jellyfin/jellyfin/commit/db53fcb1b255a6f98c806e99b59cce8d746e8191) Apply review suggestions ### 📊 Changes **2 files changed** (+21 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/TV/SeasonPathParser.cs` (+3 -3) 📝 `tests/Jellyfin.Naming.Tests/TV/SeasonPathParserTests.cs` (+18 -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** <!-- Describe your changes here in 1-5 sentences. --> Make season paths case-insensitive **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #15100 --- <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:26:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14235