mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #7077] [CLOSED] Playlist Carousel as Home Screen Option #11080
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#11080
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/7077
Author: @sdoan99
Created: 12/31/2021
Status: ❌ Closed
Base:
master← Head:release-10.7.z📝 Commits (10+)
79472dcBump version to 10.7.0~rc12a26300Merge pull request #4662 from joshuaboniface/fix-bump-version2a4023cMerge pull request #4667 from joshuaboniface/fix-nuget-ci2647935Merge pull request #4669 from MrTimscampi/fix-npm-public0b6a05cMerge pull request #4671 from cvium/allow_proxy683bc27Merge pull request #4672 from cvium/fix_mergeversions_which_was_unrelated_to_my_bughunt5fa8c83Merge pull request #4675 from BaronGreenback/ProxyDNS91656acMerge pull request #4678 from BaronGreenback/network_routing_fix_17.0rcb1af8dbMerge pull request #4699 from crobibero/display_prefs_index67f4138Merge pull request #4701 from crobibero/plugin-version📊 Changes
334 files changed (+8618 additions, -3547 deletions)
View changed files
📝
.ci/azure-pipelines-abi.yml(+1 -1)➖
.ci/azure-pipelines-api-client.yml(+0 -58)📝
.ci/azure-pipelines-main.yml(+1 -1)📝
.ci/azure-pipelines-package.yml(+21 -14)📝
.ci/azure-pipelines-test.yml(+1 -1)📝
.ci/azure-pipelines.yml(+1 -4)📝
.github/workflows/codeql-analysis.yml(+1 -1)📝
CONTRIBUTORS.md(+4 -0)📝
Dockerfile(+1 -1)📝
Emby.Dlna/Didl/DidlBuilder.cs(+1 -0)📝
Emby.Dlna/DlnaManager.cs(+38 -67)📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+35 -3)📝
Emby.Dlna/PlayTo/Device.cs(+33 -8)📝
Emby.Dlna/PlayTo/PlayToController.cs(+17 -12)📝
Emby.Dlna/PlayTo/PlayToManager.cs(+6 -1)📝
Emby.Dlna/PlayTo/SsdpHttpClient.cs(+15 -8)📝
Emby.Dlna/PlayTo/TransportCommands.cs(+2 -4)📝
Emby.Dlna/Profiles/DefaultProfile.cs(+3 -0)📝
Emby.Dlna/Profiles/SonyPs3Profile.cs(+2 -2)📝
Emby.Dlna/Profiles/SonyPs4Profile.cs(+2 -2)...and 80 more files
📄 Description
Changes
Current Options for Home Screen customization is My Media, Continue Watching, Next Up, and Latest Media
Adding options for custom playlists or collections would add to the tailored solution that jellyfin is
Issues
this feature would make jellyfin media server one step closer to being the best
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.