elamperti / OpenWebScrobbler

🎧 An open source web scrobbler for Last.fm
https://openscrobbler.com/
GNU General Public License v2.0
320 stars 37 forks source link

Select and Unselect all songs in Album Scrobble page #213

Open silversonicaxel opened 1 year ago

silversonicaxel commented 1 year ago

Is your feature request related to a problem? Please describe When scrobbling a full album, beside the button "Scrobble album" it would be nice to have a checkbox to select and unselect all songs. Sometimes you are aware that you listened partially a record (you don't want to cheat) and you wanna do a selection. It can fasten the operation

Screenshot 2023-08-11 at 09 21 59

Describe the solution you'd like A checkbox to select and unselect all songs in Album Scrobble page.

Describe alternatives you've considered /

Additional context /

elamperti commented 1 year ago

With the current implementation, if you don't select any track and click "scrobble album" it will scrobble all tracks. And if you reload the page in some way (browser or going back a step) it will reset. So I think this wouldn't add much at the moment. But I see the value of having an easy way to do this, and it aligns with other requests for multi-selection I heard in the past.

It would be useful to be able to shift-click on a checkbox to select until that track (same behavior as in a file explorer, for example). I'm not prioritizing this because I want to change the current component library and, more immediately, simplify the ScrobbleItem component (it has many different presentations and uses through the application, which makes it difficult to manage right now)

Related to #164

nighto commented 1 year ago

I like the shift idea, I think I can implement it but I had some problems running the project on my machine as mentioned on #216