Alxandr / SpotiFire

A project to make a SpotifyClient in C#
http://nudoc.azurewebsites.net/SpotiFire
40 stars 19 forks source link

How I do start Spotifire #1

Closed ghost closed 13 years ago

ghost commented 13 years ago

How I start Spotifire?

Alxandr commented 13 years ago

After compiling you first need to start SpotiFire.Server.exe (which will probably crash because of WCF trying to register listening of localhost:8081, solve this by running it in admin mode or allowing WCF to register that address (don't remember how that was done, google the exception you get)), then start SpotiFire.Client.exe. You will then get the spotify-login window. Let me know if it works.

ghost commented 13 years ago

Great Man!

I did the same thing as you, www.spotifyultra.com but the whole system got out of control due to the complexity. Maybe I can contribute and help you in the future with extending it and give it new features...

Alxandr commented 13 years ago

Great that, just fork the project if you want to.