mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14022] [MERGED] Add "part" as possible album prefix for stacking #13799
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:album-prefix-part📝 Commits (1)
36b49eeUpdate 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.