Help Wizard

Step 1

NEXT STEP

[Release] SpotifyAPI in .NET

Reply

[Release] SpotifyAPI in .NET

Hello there!

 

Just to let you know: If you are a normal Spotify User, you can ignore this post since it's just for developers atm.

 

So i recently finished my API and want to share it with you.

It is written in .NET and offers many features you maybe need for your application!

Furthermore, it's open-source and you can contribute your changes/ideas!

 

Some Features:

  • Get all Information about a Track(Name/Album/Artist + URI,Tracklenght etc. 
  • Play/Pause Spotify
  • Skip/Previous Song
  • Current Spotify Volume
  • Async/Sync methods, to get the albumart in 3 different resolutions
  • Check if an AD is running
  • Event-System (OnTrackChange,OnTrackTimeChange,OnVolumeChange,On PlayStateChange)
  • Mute/UnMute Spotify

Screenshot of the example application:

Example App 

 

All Features and Usage: http://johnnycrazy.github.io/SpotifyAPI-NET/
Source on GitHub: https://github.com/JohnnyCrazy/SpotifyAPI-NET
Example Application: https://github.com/JohnnyCrazy/SpotifyAPI-NET/tree/master/SpotifyAPI.Example

Releases: https://github.com/JohnnyCrazy/SpotifyAPI-NET/releases

 

If you have any questions, feel free to ask and contact me!

22 Replies

I can't give you more than hints. The player methods are documented here: https://johnnycrazy.github.io/SpotifyAPI-NET/SpotifyWebAPI/player/

 

The provided example-calls are in C#, but it's not that hard to translate them to VBA.

Hello Johnny, I sent you a private message about some doubts.

Can you explain me what exactly i need to do to make events work in vb?

I used "_spotify.ListenForEvents = true" and i don't know what to do next...

Suggested posts