[PR #7077] [CLOSED] Playlist Carousel as Home Screen Option #11080

Closed
opened 2025-12-22 08:31:33 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7077
Author: @sdoan99
Created: 12/31/2021
Status: Closed

Base: masterHead: release-10.7.z


📝 Commits (10+)

  • 79472dc Bump version to 10.7.0~rc1
  • 2a26300 Merge pull request #4662 from joshuaboniface/fix-bump-version
  • 2a4023c Merge pull request #4667 from joshuaboniface/fix-nuget-ci
  • 2647935 Merge pull request #4669 from MrTimscampi/fix-npm-public
  • 0b6a05c Merge pull request #4671 from cvium/allow_proxy
  • 683bc27 Merge pull request #4672 from cvium/fix_mergeversions_which_was_unrelated_to_my_bughunt
  • 5fa8c83 Merge pull request #4675 from BaronGreenback/ProxyDNS
  • 91656ac Merge pull request #4678 from BaronGreenback/network_routing_fix_17.0rc
  • b1af8db Merge pull request #4699 from crobibero/display_prefs_index
  • 67f4138 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/7077 **Author:** [@sdoan99](https://github.com/sdoan99) **Created:** 12/31/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `release-10.7.z` --- ### 📝 Commits (10+) - [`79472dc`](https://github.com/jellyfin/jellyfin/commit/79472dce707ad74a4d45c7dc6e976e4793a81ead) Bump version to 10.7.0~rc1 - [`2a26300`](https://github.com/jellyfin/jellyfin/commit/2a2630098b09b5bb5791e439bc9a7902c6dffa62) Merge pull request #4662 from joshuaboniface/fix-bump-version - [`2a4023c`](https://github.com/jellyfin/jellyfin/commit/2a4023c6c7a5efcdfeb850eb4fe39bcf714c6501) Merge pull request #4667 from joshuaboniface/fix-nuget-ci - [`2647935`](https://github.com/jellyfin/jellyfin/commit/2647935b96c838291b15a7d319eaa48b6c8f0f57) Merge pull request #4669 from MrTimscampi/fix-npm-public - [`0b6a05c`](https://github.com/jellyfin/jellyfin/commit/0b6a05cf82a72717bedae4d80c97e78639bddbc6) Merge pull request #4671 from cvium/allow_proxy - [`683bc27`](https://github.com/jellyfin/jellyfin/commit/683bc27b27e4966d92fe12cb8fb388073ed3d9e3) Merge pull request #4672 from cvium/fix_mergeversions_which_was_unrelated_to_my_bughunt - [`5fa8c83`](https://github.com/jellyfin/jellyfin/commit/5fa8c83ba40bff1b6e1408039df0917bef50981e) Merge pull request #4675 from BaronGreenback/ProxyDNS - [`91656ac`](https://github.com/jellyfin/jellyfin/commit/91656acabb3f99bcc37e67bd040344189862a705) Merge pull request #4678 from BaronGreenback/network_routing_fix_17.0rc - [`b1af8db`](https://github.com/jellyfin/jellyfin/commit/b1af8db42366b775074000ad56466293670afbdb) Merge pull request #4699 from crobibero/display_prefs_index - [`67f4138`](https://github.com/jellyfin/jellyfin/commit/67f41386ba472311a60ba3b489f2ab1e11869f28) Merge pull request #4701 from crobibero/plugin-version ### 📊 Changes **334 files changed** (+8618 additions, -3547 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 08:31:33 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#11080
No description provided.