GentlyTech / who-added

Shows which playlist the song is playing from and who added the song to the playlist in the bottom bar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhoAdded

Here is the source code for WhoAdded!

If you would like to download the "precompiled" extension, you can go here instead. Alternatively, you can search for the extension on the Spicetify Marketplace.

Building

To build the extension yourself, clone this repo, and then run the following commands (inside the folder you cloned it to):

npm install
npm run build-local

Notes

  • The extension will be output in ../marketplace/WhoAdded by default. You can change this by editing package.json -> scripts -> build-local and setting the --out= parameter to a path of your choice.

  • You will need the spicetify-creator npm package (but this should be handled automatically when you run npm install).

About

Shows which playlist the song is playing from and who added the song to the playlist in the bottom bar.


Languages

Language:TypeScript 93.7%Language:CSS 6.3%