swingmx/swingmusic

Search Results and Queue Cleanup

gerryflux opened this issue · 4 comments

Currently when a user searches for tracks and selects one to play, all other tracks that appeared on the search results are automatically queued as well.

This is rather inconvenient, or it could be an opt in feature, but not default behaviour.

Expected behaviour: Only add the selected track to the playback queue. A user should be able to manually build the playback queue as they search.
In the future, there could be a toggle to allow auto-recommendation after the track playback ends.

cwilvx commented

Hey @gerryflux

I was undecided on how the playing on search feature should work when I was building it. So I decided to let it play everything.

By "Only add the selected track to the playback queue" do you mean clear the queue and add it alone or just append it to the queue?

cwilvx commented

I've been brainstorming on how to build the recommendation engine for the project. I might not implement it in the next release, but probably a few releases from now. There are other more urgent features in line.

Stay tuned.🧑‍💻

By "Only add the selected track to the playback queue" do you mean clear the queue and add it alone or just append it to the queue?

I mean the former, clear the queue only keep the selected track.
Only add/append to the queue if the user specifically chose the "Add to Queue" option from the search results.

cwilvx commented

Fixed in v1.3.0