mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13236] [MERGED] feat: allow grouping shows into collections #13515
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/13236
Author: @jheuel
Created: 12/16/2024
Status: ✅ Merged
Merged: 3/28/2025
Merged by: @crobibero
Base:
master← Head:group_shows📝 Commits (3)
b33ace3feat: allow grouping shows into collectionsba49cf5add pre-startup routine to rename EnableGroupingIntoCollections68bbc5cUpdate 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.