Skip to content

Latest commit

 

History

History
101 lines (61 loc) · 2.26 KB

README.md

File metadata and controls

101 lines (61 loc) · 2.26 KB

Spicetify Stats

A custom app that shows you your top artists, tracks, genres and an analysis of your whole library, including individual playlists.


Top Artists

preview


Top Tracks

preview


Top Genres

preview


Library Analysis

preview


Playlist Analysis

preview


Top Albums (works with Last.fm Sync only)

preview


Last.fm Daily Charts

preview


Automatic Installation (Linux)

sh <(curl -s https://raw.githubusercontent.com/harbassan/spicetify-apps/main/stats/install.sh)

Automatic Installation (Windows, Powershell)

iwr -useb "https://raw.githubusercontent.com/harbassan/spicetify-apps/main/stats/install.ps1" | iex

Manual Installation

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.

Uninstallation

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 ❤️.