If you like this extension, please star the repository. It helps the extension's visibility in the marketplace and helps me measure how many people are using it.
This script adds the old like button next to the new "Add to Playlist" on tracklist rows. It also shows with a half-heart if you like another version of the same track
I know that you can natively bring back the old like button by disabling the Experimental Feature "Enable Aligned Curation", but I made this extension to have both buttons: the "Add to Liked Songs" one and the "Add to Playlist" one.
I'm pretty new to Spicetify but also to JS, so there might be some bugs / optimisable code. Please let me know! I made this extension basing myself on Quick Queue Extension, espicially for the rendering. Thanks to ohitstom for making those two extensions compatible.
- Install Spicetify and set it up according to the instructions.
- Navigate to your Spicetify config directory via the command
spicetify config-dir
. - Download oldLikeButton.js and place it in
/extensions
. - Run
spicetify config extensions oldLikeButton.js
andspicetify apply
in terminal.
- Install Spicetify and set it up according to the instructions, including the marketplace installation
- In the Extensions tab of the Marketplace page of your Spotify client, search
Old Like Button
and install it. - Restart your client if needed.
Full heart means that you already like this track. Half-heart means that you like another version of the same track (same ISRC). No heart means that you don't like any song that has the same ISRC.
Hover over tracklist row and click add/remove from Liked Songs.
- Handle local tracks (currently the button is disabled for local tracks)