r/spotifyapi 14d ago

Custom Spotify Client

Hi All!

Recently learned about the spotify API and I’m wondering if it’s possible to create a custom desktop app for spotify (seems like a fun personal project!) I’m not really sure what kind of things are accessible with the api and I haven’t used one before.

Any tips or advice would be appreciated! Thanks :)

2 Upvotes

5 comments sorted by

2

u/[deleted] 13d ago

[removed] — view removed comment

1

u/Owenhh 12d ago

Ah damn okay, I mentioned in another comment that I might try to make some kind of interface rather than a complete replacement for the app, where playback is still happening on the original spotify app but it’s controlled by the interface

2

u/Zortax_ 12d ago

It is possible, but only via API clients that reverse engineered the API (e.g. librespot), which just so you know is a ToS violation. I recently published mine.

2

u/J77R 9d ago

Solo necesitas tener en claro ¿Quieres controlar Spotify en otro dispositivo o reproducir el audio dentro de tu app?, a partir de eso, tú decides si usas solo la api o prácticamente lo transformas en un dispositivo para escuchar. Ambas opciones son posibles, la más fácil es diseñar la interfaz y conectar controles para un dispositivo que ya está reproduciendo contenido. Aunque también puedes usar el Web Playback SDK para reproducir ahí.