Open okjuan opened 3 years ago
This problem is deceptively complex..
But this is an example of why the current solution is not good:
> What's the name of your playlist?
80s mom rock
Your playlist's most common genres are: album rock
> # of albums to fetch from your library? default is 50
150
Grouping 160 albums...
Instead of grouping albums, the program should just look through each album in the library that has the genre "album rock".
Shouldn't be calling
get_my_albums_grouped_by_genre
. Should look at albums individually instead