Commit Graph

344 Commits

Author SHA1 Message Date
Rikki Tooley
adf6d7316b Moved track.updateNowPlaying to a command
Also
- Fix for track.scrobble test failing half the time
- Changed signature of user.getRecentTracks method to make since parameter optional, added note about different behaviour with 0 or 1 as page number
- Changed constructors for Scrobble
- Fixed DateTime issue in test serialise method
2015-01-03 23:32:19 +00:00
Rikki Tooley
85474f2ea2 Fix track.scrobble test 2015-01-03 21:40:28 +00:00
Rikki Tooley
1d0c433555 Merge remote-tracking branch 'remotes/zumicts/master' into pr/46
Conflicts:
	src/IF.Lastfm.Core/Api/Commands/UserApi/GetRecommendedArtistsCommand.cs
	src/IF.Lastfm.Core/Api/TrackApi.cs
2015-01-03 21:30:46 +00:00
Rikki Tooley
b21d0e1a6c track.scrobble integration test, fix for LastAuth not working 2015-01-03 21:18:35 +00:00
Rikki Tooley
fd66ad42aa Forgot to commit project 2015-01-03 03:13:59 +00:00
Rikki Tooley
b0743de028 Moving track.scrobble to a command, handle missing auth in PostAsyncCommandBase 2015-01-03 02:36:01 +00:00
Rikki Tooley
e96010bcd7 UserGetRecommendedArtistsCommand tests
Fix bug in syro with post commands
2015-01-03 02:17:13 +00:00
Rikki Tooley
525810528b Probably shouldn't be checking in my Last.fm password... 😓 2015-01-03 00:50:05 +00:00
Rikki Tooley
577beae9c5 artist.getInfo tests
(also fix auth test, oops)
2015-01-03 00:17:54 +00:00
Rikki Tooley
cc8d6cd2cc LastAuth tests 2015-01-02 23:15:56 +00:00
Harry
06e2a1b121 Fix bug with playcount prop 2015-01-01 19:25:28 -04:00
Harry
a003d38325 Move api method to correct class
recommended artist is in the userapi
2014-12-30 12:16:10 -04:00
Harry
5d452642a6 Recommend artist (user) api 2014-12-30 12:05:34 -04:00
Harry
6788074731 Fix bugs with updateNowPlaying
duration must be an int or else it will fail.

no need for timestamp
2014-12-24 17:42:40 -04:00
Harry
86020cad1d Use duration for scrobble 2014-12-24 17:10:29 -04:00
Harry
e2f380ac24 Add track.updateNowPlaying
and duration prop
2014-12-24 15:21:10 -04:00
Harry
ea0ed95ca0 Fix time bug with scrobbles
no need for "ToUniversalTime" to the epoch DateTime
2014-12-24 14:31:03 -04:00
Harry
2a67393ada Fix scrobble bug
adding the user session token multiple times
2014-12-24 14:10:48 -04:00
Harry
1299f51c81 Using custom MD5 implementation
instead of the MyConvert package
2014-12-24 13:54:10 -04:00
Harry
34b2008286 Hnadling unauth on scrobble
should make it in a more generic and easier way for all apis
2014-12-24 12:30:28 -04:00
Harry
9ff8b5fbaf Comment on LastWiki bug 2014-12-24 12:01:10 -04:00
Harry
39a17b4349 Merge remote-tracking branch 'upstream/master' 2014-12-24 11:58:15 -04:00
Rikki Tooley
f267ab1735 Remove CatchRequestExceptions option, closes #23 2014-12-23 00:07:37 +00:00
Rikki Tooley
063a7466a0 Version 0.1.3 2014-12-22 23:40:39 +00:00
Rikki Tooley
dd0fdd2430 Update PROGRESS.md - 105 remain 2014-12-22 23:38:55 +00:00
Rikki Tooley
65c21565ab Make ILastFmObject internal so it's only visible to Syro, closes #44 2014-12-22 23:34:04 +00:00
Rikki Tooley
564b0dc8de Forgot to commit the project file.....
http://i.imgur.com/QDgKUpw.jpg
2014-12-22 23:29:53 +00:00
Rikki Tooley
ed85c9913e Merge pull request #42 from PCurd/AddingLibrary 2014-12-22 23:21:55 +00:00
Rikki Tooley
73835fc447 Style changes and a bit of tidying, rename some commands (#43)
Also excluding Object tests temporarily
2014-12-22 23:19:29 +00:00
Peter Curd
596cd285fb Updating GetTracksCommand to use new style CreateSuccessResponse 2014-12-20 16:01:57 +00:00
Peter Curd
367724390d Added TotalPlayCount to Track parsing
Added Name as a possible field for album name
Allowed HandleResponse for GetTracksCommand handle single results as an object instead of an array
Added working tests for GetTracksCommand
2014-12-20 15:32:02 +00:00
Peter Curd
7ce8527f1c Tests for Multiple and Single track returns for GetRecentScrobbles 2014-12-20 14:20:16 +00:00
Peter Curd
3e90340a80 Added tests for prototype LibraryGetTracks
Starter reconstruction of test helper functions
Added ApiResponses for User
Added tests for GetRecentScrobbles
2014-12-20 13:53:27 +00:00
Peter Curd
c90c65ff8d Added LibraryAPI class, interface, resource, and tests. Initial code for Library.getTracks method. Updated LastImageSet object to allow optional Mega size. 2014-12-18 19:30:01 +00:00
Harry
03e36191ab Better fix for LastWiki 2014-12-18 15:19:58 -04:00
Harry
6516dac271 Fix bug with LastWiki
sometimes it will throw a formatexception when parsing the published
property
2014-12-17 12:53:47 -04:00
Rikki Tooley
38932a19c0 Merge pull request #39 from zumicts/master
Parse biography and similar artist tokens for artists
2014-12-17 09:40:21 +00:00
Harry
691e430efb Rename LastBio to LastWiki 2014-12-16 13:55:29 -04:00
Rikki Tooley
a9ec72c87b Adding Gitter webhook to AppVeyor build config to provide build status notifications 2014-12-16 09:35:42 +00:00
Harry
e5395dfd19 Add bio and similar to artist object 2014-12-14 18:31:36 -04:00
Rikki Tooley
b06517d32a Fixing build... always forget to commit project file changes 2014-12-09 13:31:03 +00:00
Rikki Tooley
7e703ff25d Merge branch 'master' of https://github.com/inflatablefriends/lastfm 2014-12-08 21:04:31 +00:00
Rikki Tooley
4a7a3c11b6 Fix the test I broke in GetAlbumTopTagsCommandTest 2014-12-08 11:34:33 +00:00
Rikki Tooley
dca94d8ebc Make GetAlbumTopTagsCommand use the casing as on the documentation
album.gettoptags -> album.getTopTags
2014-12-08 10:53:13 +00:00
Rikki Tooley
c245cbdd62 Commenting out appveyor push command to fix the build 2014-12-08 10:49:03 +00:00
Rikki Tooley
af01198431 Update Progress.md - 107 remain 2014-12-08 10:39:17 +00:00
Rikki Tooley
8313e8dca0 Note about squashing commits before sending a PR 2014-12-08 10:37:58 +00:00
Rikki Tooley
d1bca34f6c Renaming Shout to LastShout
See #17
2014-12-06 13:36:14 +00:00
Rikki Tooley
608d7b1c38 Make NuGet pack script use the right package id 2014-12-05 15:29:01 +00:00
Rikki Tooley
7b8f11ea75 Merge pull request #37 from prashantkhandelwal/master
Closes #37
2014-12-05 14:45:10 +00:00