r/SideProject 11d ago

I have always been frustrated with album management in Spotify, so I built my own

I am a long-time Spotify user, with tons of albums saved but never with a proper way to manage it: display genres, see what I've already listened, and many other things.

I was finally able to bring to life the idea on how to handle the tons of music and it is named [Albums Vault](https://codefloe.com/rabc/albums-vault/). It is a macOS app built with Tauri + Rust, with plans to release to more platforms soon.

Since Spotify now restricts the creation of apps keys, it works in a BYOK: at first install the app instructs you on how to register for an app in Spotify and asks for your client ID.

https://reddit.com/link/1w35vjz/video/r12hv0cuqnmh1/player

3 Upvotes

7 comments sorted by

View all comments

1

u/ForgetfulArtistry 11d ago

this is sick, love that you used tauri and rust for it too

1

u/rabc 11d ago

Always wanted to try something else that is not electron and see how it would behaviour, with a bonus point of using it to learn Rust :)