[PR #13236] [MERGED] feat: allow grouping shows into collections #13515

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13236
Author: @jheuel
Created: 12/16/2024
Status: Merged
Merged: 3/28/2025
Merged by: @crobibero

Base: masterHead: group_shows


📝 Commits (3)

  • b33ace3 feat: allow grouping shows into collections
  • ba49cf5 add pre-startup routine to rename EnableGroupingIntoCollections
  • 68bbc5c Update Jellyfin.Server/Migrations/PreStartupRoutines/RenameEnableGroupingIntoCollections.cs

📊 Changes

5 files changed (+74 additions, -10 deletions)

View changed files

📝 Jellyfin.Server/Migrations/MigrationRunner.cs (+2 -1)
Jellyfin.Server/Migrations/PreStartupRoutines/RenameEnableGroupingIntoCollections.cs (+63 -0)
📝 MediaBrowser.Controller/Entities/Folder.cs (+5 -7)
📝 MediaBrowser.Controller/Entities/TV/Series.cs (+1 -1)
📝 MediaBrowser.Model/Configuration/ServerConfiguration.cs (+3 -1)

📄 Description

Group shows into collections

Changes
Allows grouping shows into collections similar to how it works for movies
See feature request: https://features.jellyfin.org/posts/333/group-shows-into-collections

Issues

Goes with https://github.com/jellyfin/jellyfin-web/pull/6389


🔄 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/13236 **Author:** [@jheuel](https://github.com/jheuel) **Created:** 12/16/2024 **Status:** ✅ Merged **Merged:** 3/28/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `group_shows` --- ### 📝 Commits (3) - [`b33ace3`](https://github.com/jellyfin/jellyfin/commit/b33ace365ea29f43f1108c52f752de3f344aceb2) feat: allow grouping shows into collections - [`ba49cf5`](https://github.com/jellyfin/jellyfin/commit/ba49cf5595a22bf384dcf422008f9bef77944fa0) add pre-startup routine to rename EnableGroupingIntoCollections - [`68bbc5c`](https://github.com/jellyfin/jellyfin/commit/68bbc5c727f524a680f4dbd881caa5e9b8719721) Update Jellyfin.Server/Migrations/PreStartupRoutines/RenameEnableGroupingIntoCollections.cs ### 📊 Changes **5 files changed** (+74 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Migrations/MigrationRunner.cs` (+2 -1) ➕ `Jellyfin.Server/Migrations/PreStartupRoutines/RenameEnableGroupingIntoCollections.cs` (+63 -0) 📝 `MediaBrowser.Controller/Entities/Folder.cs` (+5 -7) 📝 `MediaBrowser.Controller/Entities/TV/Series.cs` (+1 -1) 📝 `MediaBrowser.Model/Configuration/ServerConfiguration.cs` (+3 -1) </details> ### 📄 Description Group shows into collections **Changes** Allows grouping shows into collections similar to how it works for movies See feature request: https://features.jellyfin.org/posts/333/group-shows-into-collections **Issues** Goes with https://github.com/jellyfin/jellyfin-web/pull/6389 --- <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:14:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13515