jaedb / Iris

Discover, explore and manage your music library across multiple sources with this beautiful web-based interface. Iris is a Mopidy frontend extension.
Apache License 2.0
1.13k stars 132 forks source link

Add To Queue Improvements #938

Open aMytho opened 10 months ago

aMytho commented 10 months ago

Problem to solve

I frequently add tracks via the Find Random Tracks button on the Add to Queue page. This works well. However, if I don't want the suggested tracks (or only a small portion of them) I have to manually remove each unwanted track on this page. This is time consuming.

I could add all of them and remove them once they are in the queue, but I'd like to prevent them from entering beforehand.

Proposed solution

Add a button to clear all the items. A "Remove All" button next to the find random tracks and add buttons would work.

Alternatively, allow items to be selected at the same time (shift/control click similar to how the queue works). Then we can just select the tracks we don't want and remove them in far less clicks.

Additional info

No response