Commit Graph

394 Commits

Author SHA1 Message Date
Gus Perez (Home)
510c33489d Undo my change to the local sample code so it doesn't default to using the beta version of Spotify. 2015-02-22 11:34:56 -08:00
Gus Perez (Home)
84b28a1aa9 Added beta support to SpotifyLocalAPIClass
Adds support for the spotifybeta.exe and spotifybetawebhelper.exe
version of the Spotify desktop client for Windows.
2015-02-22 11:31:27 -08:00
Johnny @PC
b019e3d0c2 Changed type of ReleaseDate (DateTime --> String). JSON.NET wasn't able to parse some timestamps 2015-02-21 18:42:29 +01:00
Johnny @PC
bf0db02e91 Removed Header overflow 2015-02-21 18:38:47 +01:00
Johnny @PC
1f359dfa74 Fixed GetSavedTracks (Thanks to @whereismyspaceship ) 2015-02-21 18:16:56 +01:00
Johnny @PC
3afbea32a6 Updated to support latest features (Changelog-date: February 11th, 2015) 2015-02-13 00:23:07 +01:00
Jonas Dellinger
9d01d3a964 Merge pull request #10 from streibeb/master
Fixed Unhandled Exceptions Thrown by Web Client
2015-01-03 01:09:34 +01:00
streibeb
6410c28594 Changed web client instances to dispose after use. 2015-01-02 17:49:39 -06:00
streibeb
3cf603b1ad Fixed Unhandled Exceptions Thrown by Web Client
Unhandled exception with the message "WebClient does not support
concurrent I/O operations" being thrown by query

Created asynchronous query function, and additionally created separate
instances of query for each method.
2015-01-02 15:57:12 -06:00
Jonas Dellinger
bbe942fc27 Merge pull request #9 from streibeb/master
Fixed GetAlbumArtURL Issue
2014-12-29 23:30:56 +01:00
streibeb
faa7542259 Fixed GetAlbumArtURL Issue 2014-12-29 16:04:59 -06:00
Jonas Dellinger
c67af5ae78 Update README.md 2014-12-05 15:18:32 +01:00
Johnny @PC
cbd248a2fe - Updated. (Changelog-date: November 11th, 2014)
- Improved HTTPServer
- Ordered methods in SpotifyWebApiCass
- Added various models for the new endpoints
2014-12-04 18:18:11 +01:00
Jonas Dellinger
1476c4b866 Delete API.cs
Unnecessary
2014-10-31 16:02:10 +01:00
Johnny @PC
544136e7c0 Addition to last commit | Added ability to queue songs 2014-08-05 18:56:29 +02:00
Johnny @PC
763c095818 Changed 'SpotifyAPIExample' to 'SpotifyLocalAPIExample' 2014-08-05 18:52:35 +02:00
Johnny @PC
256b1145fe Merge branch 'master' of https://github.com/JohnnyCrazy/SpotifyAPI-NET 2014-07-20 22:50:11 +02:00
Johnny @PC
5df89b57c9 Moved SpotifyLocalAPIExample 2014-07-20 22:49:45 +02:00
Johnny
d25c967acd Update README.md 2014-07-20 22:45:22 +02:00
Johnny @PC
0b78f12df3 Added support for Spotify's Web API
- New Namespaces
   -> SpotifyAPI.SpotifyLocalAPI
   -> SpotifyAPI.SpotifyWebAPI
   -> SpotifyAPI.SpotifyWebAPI.Models
- Wiki created, examples coming soon
- Added example for the new Web API
- README updated
2014-07-20 22:42:46 +02:00
Johnny
ba03b3cd90 Added "To-DO" for the Web API to the README 2014-07-11 15:50:08 +02:00
Johnny
cdfef58b46 Added " 2014-07-11 15:45:44 +02:00
Johnny @PC
77dadbad3d Updated example (Added linkabels for Track,Album and Artist) 2014-04-12 22:46:54 +02:00
Jonas Dellinger
58f26827ba Updated and added missing stuff to the README.md 2014-04-03 13:01:40 +02:00
Jonas Dellinger
de89075986 Forgot to translate, fixed now. 2014-02-18 18:10:23 +01:00
Jonas Dellinger
c96bd480a6 Update README.md
Changed "void Connect()" to "Boolean Connect()" and added Description
2014-02-17 13:09:46 +01:00
Johnny @PC
28e61c638b Reset Buildpath | Removed DLL in main Folder | Made a 5000ms delay for Spotify to run 2014-02-17 13:03:00 +01:00
Johnny @PC
76f3a8716b Fixxed GetCFID (null-object check) | Implemented ExtendedWebClient with Timeout var | Example App updated | Fixxed Event Timer stopping randomly 2014-02-17 12:58:15 +01:00
Johnny @PC
198e602598 Merge branch 'master' of https://github.com/JohnnyCrazy/SpotifyAPI-NET 2014-02-14 13:05:00 +01:00
Johnny @PC
659a45fdf5 Fixxed Login Issues | 2014-02-14 13:04:45 +01:00
Jonas Dellinger
710f6dde8d Update README.md
Added Image to ReadMe
2014-02-13 18:56:35 +01:00
Johnny @PC
968bbad18e Changed compile input and output 2014-02-13 18:54:14 +01:00
Jonas Dellinger
461066837a Update README.md
Added Links
2014-02-13 18:31:19 +01:00
Jonas Dellinger
247adfed64 Update README.md
Added Docs to ReadMe
2014-02-13 18:26:24 +01:00
Johnny @PC
69e69f9cf5 Added Docs/Fixxed Spelling URI --> URL 2014-02-13 14:23:52 +01:00
Johnny @PC
03a18e0bdf Cleaned up Imports and made IsValidSpotifyURL static 2014-02-06 13:55:47 +01:00
Johnny @PC
a779063f76 Changed WebClient handling/Added Exceptions 2014-02-01 20:34:23 +01:00
Johnny @PC
39fe7ed068 Merge branch 'master' of https://github.com/JohnnyCrazy/SpotifyAPI-NET
Conflicts:
	.gitignore
2014-02-01 13:54:33 +01:00
Johnny @PC
62bb797150 Added Files 2014-02-01 13:52:33 +01:00
Jonas Dellinger
5174ce74ab Initial commit 2014-01-28 12:01:07 -08:00
Johnny @PC
247bddd685 blah 2014-01-10 08:09:14 +01:00
Johnny @PC
cae9f34acf Added alot 2014-01-08 23:22:54 +01:00
Johnny-Laptop
0d55f4d36b Initial Commit 2014-01-07 16:26:03 +01:00
Johnny-Laptop
b68f0db520 Initialisieren Sie das Commit, um ".gitIgnore"- und ".gitAttribute"-Standarddateien hinzuzufügen. 2014-01-07 16:25:32 +01:00