mmontag / chip-player-js

Web-based music player for a variety of video game and chiptune music formats.
https://chiptune.app
GNU General Public License v3.0
324 stars 17 forks source link

dislike button #120

Open skeddles opened 1 year ago

skeddles commented 1 year ago

mark songs as disliked, and they will be automatically skipped when played in shuffle.

ideally it would show an icon next to the songs that have been disliked (perhaps an X).

imo you should get rid of the like button next to songs in a list and just replace it with an empty space unless it's been liked or disliked. if someone is liking a song, they're probably listening to it.

mmontag commented 1 year ago

Hmm, I see what you're saying. I based this on the Spotify button next to every track, which has been around since the very early days (used to be a ⭐ Add to Favorites, now it's ❤️ Save to Library).

A dislike feature would be interesting; I'll keep the issue open...