Spotify now playing dashboard with listening history stats https://selector.sarsoo.xyz
Go to file
2024-02-23 08:38:19 +00:00
.github/workflows migrating to .net 8 2023-11-16 17:49:24 +00:00
.jenkins using registry subdomain for packages 2023-05-14 19:07:19 +01:00
.vscode upgrading target frameworks and ms dependencies 2021-11-23 17:20:59 +00:00
docs updated screenshot 2023-01-28 09:38:06 +00:00
Selector migrating to .net 8 2023-11-16 17:49:24 +00:00
Selector.Cache migrating to .net 8 2023-11-16 17:49:24 +00:00
Selector.CLI upadting deps, npgsql to 8 2023-11-22 17:39:32 +00:00
Selector.Data migrating to .net 8 2023-11-16 17:49:24 +00:00
Selector.Event migrating to .net 8 2023-11-16 17:49:24 +00:00
Selector.MAUI adding forbidden and expired creds handling 2024-02-23 08:38:19 +00:00
Selector.Model upadting deps, npgsql to 8 2023-11-22 17:39:32 +00:00
Selector.SignalR migrating to .net 8 2023-11-16 17:49:24 +00:00
Selector.Tests upadting deps, npgsql to 8 2023-11-22 17:39:32 +00:00
Selector.Web upadting deps, npgsql to 8 2023-11-22 17:39:32 +00:00
.dockerignore adding arm image, removing redundant line 2023-05-16 17:40:13 +01:00
.gitattributes Initial commit 2021-09-24 23:02:16 +01:00
.gitignore pushing to docker hub, testing in container build 2022-02-13 17:12:00 +00:00
docker-compose.build.yml bind logs outside of containers 2022-11-15 08:42:05 +00:00
docker-compose.yml bind logs outside of containers 2022-11-15 08:42:05 +00:00
Dockerfile.CLI migrating to .net 8 2023-11-16 17:49:24 +00:00
Dockerfile.Web migrating to .net 8 2023-11-16 17:49:24 +00:00
Icon.xcf login tweaking, logo, settings sign out 2023-01-26 19:08:59 +00:00
README.md Update README.md 2024-02-09 18:57:33 +00:00
Selector.Core.sln adding signalr project 2023-01-22 10:28:52 +00:00
Selector.sln adding signalr project 2023-01-22 10:28:52 +00:00
spotify-data.ipynb skeleton of spotify history model and insert 2022-10-07 18:29:33 +01:00

Selector

ci

Selector is a web app for monitoring what you're listening to on Spotify. The Player Watcher keeps an eye on what you're currently playing and fires off events when things change. The live updating dashboard shows data that the Spotify API shows you for a song, but that isn't visible in the Spotify client itself including the key, BPM, time signature, popularity and audio features.

The audio features are shown in the radar graph below, it's a vector of 0.0 - 1.0 values for 7 categories including Energy, Acoustic-ness, Acapella-ness, Speech-iness and Dance-iness. These numbers are calculated by Spotify's AI/ML department and can be used for describing a track. This feature is perfect for comparing tracks in an ML context, although Spotify's TOS says you can't do that 😭.

You can connect your Last.fm account in order to show the cumulative play counts for the artist, album and track.

Read the blog post.

Dashboard Example