UCLA-Creative-Labs / aurgy-backend

the logic behind generating out-of-body music playlists
MIT License
3 stars 0 forks source link

πŸš€ Feature: playlist creation algorithm #7

Closed BryanPan342 closed 2 years ago

BryanPan342 commented 2 years ago

We need to figure out a way to generate these playlists.. we can choose an easy prompt to start with one of the following:

Essentially the algorithm will have the following interface

function generatePlaylist(theme: PlaylistTheme, ...users: User[]): Song[] {
  ...
}

Proposed Solution

RFC write up on playlist generation

The SIMPLEST solution is smth along the following:


This is a :rocket: Feature Request

BryanPan342 commented 2 years ago

Looks like this article does a combo to wat I suggested!

https://kal.im/creating-spotify-playlists-with-emojis/