[PR #14022] [MERGED] Add "part" as possible album prefix for stacking #13799

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14022
Author: @harry-hart
Created: 4/29/2025
Status: Merged
Merged: 5/2/2025
Merged by: @crobibero

Base: masterHead: album-prefix-part


📝 Commits (1)

  • 36b49ee Update NamingOptions.cs to include "part"

📊 Changes

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

View changed files

📝 Emby.Naming/Common/NamingOptions.cs (+2 -1)

📄 Description

Changes
Sometimes different parts of an album are split up into folders labelled "part". Allow these to stack in albums instead of splitting into separate ones. Simply add the string "part" to the list of allowed album prefixes.

Issues
I was having issues with my albums showing as multiple different ones, despite the tags being correct. It was because of folder naming.


🔄 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/14022 **Author:** [@harry-hart](https://github.com/harry-hart) **Created:** 4/29/2025 **Status:** ✅ Merged **Merged:** 5/2/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `album-prefix-part` --- ### 📝 Commits (1) - [`36b49ee`](https://github.com/jellyfin/jellyfin/commit/36b49ee8ca38c4646e42036388049c9235b96573) Update NamingOptions.cs to include "part" ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Common/NamingOptions.cs` (+2 -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** Sometimes different parts of an album are split up into folders labelled "part". Allow these to stack in albums instead of splitting into separate ones. Simply add the string "part" to the list of allowed album prefixes. **Issues** I was having issues with my albums showing as multiple different ones, despite the tags being correct. It was because of folder naming. --- <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:19:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13799