Replies: 2 comments 3 replies
-
Related feature requests: |
Beta Was this translation helpful? Give feedback.
3 replies
-
created a quick and dirty POC: Im using customprefs to store the collection id as i don't want to edit the db scheme because of the db migration. server: https://github.com/lostb1t/jellyfin/tree/feature/collectionsection |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now that its possible to sort collections by added date, things like trending, popular, top 100s etc are a fun way to provide my users with media suggestions. (see my plugin for an example of external collections: https://github.com/lostb1t/jellyfin-plugin-collection-import)
The next step would be to allow collections as home sections. The media items within a collection will be shown similar to recently added etc on home. Making the home screen more on par with apps like plex or netflix. This will be optional so a user does not have to use it.
From a technical perspective this means
It’s a fairly unobtrusive code change, at least for web. Other clients can implement it as they see fit as there are no breaking changes server side.
Beta Was this translation helpful? Give feedback.
All reactions