JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.5k stars 305 forks source link

help for integrating the c# api to wpf application #84

Closed pushinwork closed 8 years ago

pushinwork commented 8 years ago

i have an issue, to manage thread in my wpf application by integrating your spotify api, i see that your api is only defined for c# application and .net.

JohnnyCrazy commented 8 years ago

I'm using this API inside a WPF-App myself, what's your problem exactly ?

pushinwork commented 8 years ago

it's good, i already correct my bug, but i wanna know if in the local api, there is a method to skip randomly songs by genre or artist. Thank u

JohnnyCrazy commented 8 years ago

method to skip randomly songs by genre or artist

I don't quite get your question. Do you want to load random songs by artist/genre or skip a song based on its genre or artist?

pushinwork commented 8 years ago

Skip a song based randomly on its genre or artist. 2016-05-23 17:02 GMT+02:00 Jonas Dellinger notifications@github.com:

method to skip randomly songs by genre or artist

I don't quite get your question. Do you want to load random songs by artist/genre or skip a song based on its genre or artist?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/JohnnyCrazy/SpotifyAPI-NET/issues/84#issuecomment-221005436

JohnnyCrazy commented 8 years ago

Mh, I don't think you can get the acutal genre of a track with the web-api, so no, this isn't possible @malembetirick