Since we have additional information about all of the music in a user's library, we can do a lot more with it!
One requested feature I've seen is the notion of "Smart Playlists" - where the library automatically generates playlists for the user
Using the user's favorites (from the UserData object) and using the additional metadata from Essentia - implement a scheduled task that will generate "Smart Playlists" for users on the Jellyfin server
Some Ideas of playlists to generate
- Favorite songs from March 2024
- Favorites from 2022
- "Daily Mix"
- Reference the users last 100 songs and create a new fresh mix based on those songs
Since we have additional information about all of the music in a user's library, we can do a lot more with it!
One requested feature I've seen is the notion of "Smart Playlists" - where the library automatically generates playlists for the user
Using the user's favorites (from the UserData object) and using the additional metadata from Essentia - implement a scheduled task that will generate "Smart Playlists" for users on the Jellyfin server
Some Ideas of playlists to generate