A custom app that shows you your top artists, tracks, genres and an analysis of your whole library, including individual playlists.
sh <(curl -s https://raw.githubusercontent.com/harbassan/spicetify-apps/main/stats/install.sh)
iwr -useb "https://raw.githubusercontent.com/harbassan/spicetify-apps/main/stats/install.ps1" | iex
Download the zip file in the latest release, rename the unzipped folder to stats
, then place that folder into your CustomApps
folder in the spicetify
directory and you're all done. If everything's correct, the structure should be similar to this:
📦spicetify\CustomApps
┣ 📂marketplace
┣ etc...
┗ 📂stats
┃ ┣ 📜extension.js
┃ ┣ 📜index.js
┃ ┣ 📜manifest.json
┃ ┗ 📜style.css
Finally, run these commands to apply:
spicetify config custom_apps stats
spicetify apply
That's it. Enjoy.
For more help on installing visit the Spicetify Docs.
To uninstall the app, run these commands:
spicetify config custom_apps stats-
spicetify apply
If you want to remove the app completely, just delete the stats
folder after running the above commands.
If you have any questions or issues regarding the app, open an issue on this repo. While doing so, please specify your spicetify version and installation method.
If you like the app, I'd be really grateful if you liked the repo ❤️.