Wampe
6ec8926a4f
Fixed process start for application and webhelper
2015-08-02 21:48:31 +02:00
Johnny Dellinger @PC
546d745a70
Merge branch 'master' of https://github.com/JohnnyCrazy/SpotifyAPI-NET
2015-07-26 18:00:00 +02:00
Johnny Dellinger @PC
63fc82807a
Removed nuspec...
2015-07-26 17:59:47 +02:00
Jonas Dellinger
d31e87cc60
Added NuGet Badge
2015-07-26 17:46:51 +02:00
Johnny Dellinger @PC
7d6fdcdcd9
Moved NuSpec
2015-07-26 17:01:16 +02:00
Johnny Dellinger @PC
d7bf2c74ae
Added nuspec
2015-07-26 16:50:35 +02:00
Johnny Dellinger @PC
c8593bb95e
Updated README
2015-07-26 16:36:27 +02:00
Johnny Dellinger @PC
214484a7c0
More models rearranged
2015-07-26 14:03:53 +02:00
Johnny Dellinger @PC
b0f687c994
Rearranged models
2015-07-26 14:02:22 +02:00
Johnny Dellinger @PC
d36a3f3fd9
Addition to last commit + Added snapshot_id to SimplePlaylist
2015-07-26 14:00:17 +02:00
Johnny Dellinger @PC
382fdef3fa
Added GetFollowedArtists + more inline documentation
2015-07-26 13:59:13 +02:00
Johnny Dellinger @PC
38e6f55518
Marked AddToQueue as obsolete (info at #24 )
2015-07-15 17:41:44 +02:00
Johnny Dellinger @PC
ede69d6380
Rearranged Web-API methods
2015-07-15 17:39:37 +02:00
Jonas Dellinger
2b1043989d
Merge pull request #23 from cshivers/master
...
Fixed null Uri issue when playing ads
2015-07-14 15:58:12 +02:00
cory_shivers
9158518994
Fixed null Uri issue when playing adds
...
Checks for null Uri before attempting to read it
2015-07-14 00:05:16 -05:00
Jonas Dellinger
55505a008e
Added AppVeyor status badge
2015-07-07 19:38:54 +02:00
Johnny Dellinger @PC
70fc8ea389
Added .nuget folder
2015-07-07 18:34:59 +02:00
Johnny Dellinger @PC
05283ef254
Disabled XML Comment warnings
2015-07-07 18:25:14 +02:00
Johnny Dellinger @PC
45c71544f9
Full Rewrite & Cleanup (New documentation follows)
2015-07-07 18:11:11 +02:00
Johnny @PC
ee54ea2ff2
Added "is_local" to the PlaylistTrack-Object
2015-03-23 16:35:36 +01:00
Jonas Dellinger
2cc4f573f4
Merge pull request #19 from salfab/feature/implement_contexts
...
Implement contexts.
2015-03-15 17:50:31 +01:00
salfab
4de230cb8e
add documentation to the publicly exposed methods.
2015-03-15 16:45:16 +01:00
salfab
54e0c06e96
note for improvement - bugfix :)
2015-03-12 19:44:54 +01:00
salfab
0de3bf0916
introduce backwards-compatible new signatures that accept a context for playback by URI.
2015-03-12 19:41:25 +01:00
salfab
1a53eed65c
reorganize UI to add one more text box to provide the playback context (queue)
2015-03-12 19:37:17 +01:00
Johnny @PC
98f3bf3952
Added paylist-reordering
2015-02-27 16:28:33 +01:00
Jonas Dellinger
d0211fd03b
Merge pull request #14 from gusper/master
...
Added support for the beta version of Spotify Desktop to the SpotifyLocalAPIClass
2015-02-22 20:57:06 +01:00
Gus Perez (Home)
bd5d77528b
Updated constructor to use a default parameter instead of going the overload route.
2015-02-22 11:54:08 -08:00
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