You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly we can generate stations (scents) from tracks.
Would it be possible to generate a custom station seeded from a number of tracks? The idea would be interleaving related tracks from each of the seeds scent with tracks related to more than one of seeds, if any. The sensation would be kind of an alternating between scents mixed with some common moments.
Also, this would allow for longer playlists.
What do you think?
The text was updated successfully, but these errors were encountered:
Ha, thanks! I think Soundcloud actually kinda implemented this whole repo's idea as a first-party feature since I made it.
I can't remember if I ever got around to this, but I think I made it so that you could re-seed a station with extra tracks from it. You can see this in app/controllers/scents_controller L62, which seems to add the track to a set of seed tracks and then grab related tracks for it and blend them into the station. Tracking back through the code, it seems like the "seed" button should initiate this on the backend. Is that working for you or were you describing another use case?
When a track is playing and I press "seed" it adds new related tracks to the end of the playlist. What I was thinking about was being able to, from the "scents you are following" list select multiple seeds for a new playlist that would have them all shuffled - not stacked in related tracks groups.
Bonus points: that playlist would include all the related tracks from all the N individual tracks and insert the commonly related tracks (those related to one or more of the seeds) each N tracks.
First of all: this is amazing 🥇
If I understand correctly we can generate stations (scents) from tracks.
Would it be possible to generate a custom station seeded from a number of tracks? The idea would be interleaving related tracks from each of the seeds scent with tracks related to more than one of seeds, if any. The sensation would be kind of an alternating between scents mixed with some common moments.
Also, this would allow for longer playlists.
What do you think?
The text was updated successfully, but these errors were encountered: