mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #4652] [MERGED] Add support for custom item display preferences #10036
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#10036
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/4652
Author: @crobibero
Created: 12/3/2020
Status: ✅ Merged
Merged: 12/5/2020
Merged by: @joshuaboniface
Base:
master← Head:display-preferences📝 Commits (6)
b0c79edAdd support for custom item display preferences685c966Suggestion from reviewe765184Fix existing DisplayPreferences migration8d87388Use DisplayPreferencesId as ItemId3db6ae9Add ItemId to all display preferences76250a8Use md5 Guid for legacy compat📊 Changes
11 files changed (+964 additions, -58 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DisplayPreferencesController.cs(+49 -7)➕
Jellyfin.Data/Entities/CustomItemDisplayPreferences.cs(+90 -0)📝
Jellyfin.Data/Entities/DisplayPreferences.cs(+11 -1)📝
Jellyfin.Data/Jellyfin.Data.csproj(+1 -1)📝
Jellyfin.Server.Implementations/JellyfinDb.cs(+11 -1)➕
Jellyfin.Server.Implementations/Migrations/20201204223655_AddCustomDisplayPreferences.Designer.cs(+522 -0)➕
Jellyfin.Server.Implementations/Migrations/20201204223655_AddCustomDisplayPreferences.cs(+108 -0)📝
Jellyfin.Server.Implementations/Migrations/JellyfinDbModelSnapshot.cs(+99 -40)📝
Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs(+31 -3)📝
Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs(+22 -4)📝
MediaBrowser.Controller/IDisplayPreferencesManager.cs(+20 -1)📄 Description
Fixes https://github.com/jellyfin/jellyfin/issues/4635, https://github.com/jellyfin/jellyfin/issues/4058
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.