[PR #13602] [CLOSED] Add additional language aliases for season folder paths #13646

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13602
Author: @theguymadmax
Created: 2/21/2025
Status: Closed

Base: release-10.10.zHead: Season-names


📝 Commits (1)

📊 Changes

1 file changed (+10 additions, -1 deletions)

View changed files

📝 Emby.Naming/TV/SeasonPathParser.cs (+10 -1)

📄 Description

Changes

When looking for a season path, Jellyfin searches for the word "season" and several variations in different languages. If the word is not found in the list, duplicate season folders are created. This change adds the following variations of the word "season" to prevent the creation of duplicate folders:

"kausi"    Finnish
"säsong"   Swedish
"seizoen"  Dutch
"sesong"   Norwegian
"sezon"    Turkish/Polish
"sezona"   Croatian/Serbian/Slovenian
"季"       Chinese (jì)
"시즌"     Korean
"シーズン" Japanese (shīzun)

Issues

Fixes: #12715, Forum post


🔄 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/13602 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 2/21/2025 **Status:** ❌ Closed **Base:** `release-10.10.z` ← **Head:** `Season-names` --- ### 📝 Commits (1) - [`a87f5f2`](https://github.com/jellyfin/jellyfin/commit/a87f5f2214888ffa646a3718d2e4a05df8a984a7) Season folder names ### 📊 Changes **1 file changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/TV/SeasonPathParser.cs` (+10 -1) </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. --> When looking for a season path, Jellyfin searches for the word "season" and several variations in different languages. If the word is not found in the list, duplicate season folders are created. This change adds the following variations of the word "season" to prevent the creation of duplicate folders: "kausi" Finnish "säsong" Swedish "seizoen" Dutch "sesong" Norwegian "sezon" Turkish/Polish "sezona" Croatian/Serbian/Slovenian "季" Chinese (jì) "시즌" Korean "シーズン" Japanese (shīzun) **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes: #12715, [Forum post](https://forum.jellyfin.org/t-duplicated-seasons) --- <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:16:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13646