Commit Graph

16 Commits

Author SHA1 Message Date
Rikki Tooley
4b8bb03d3f Fixes #4: nullreferenceexception when parsing track with no tags 2013-07-24 22:39:49 +01:00
Rikki Tooley
ab9f873342 Exposing track.isnowplaying property
Probably more reliable than testing if datetime is null
2013-07-24 22:28:42 +01:00
Rikki Tooley
3565a10387 track.getInfo. Also fixes #2 (track.getShouts failing for single shout, added properties to PageResponse to help) 2013-07-23 15:42:10 +01:00
Rikki Tooley
1e18e999bf GetShoutsCommand 2013-07-07 16:16:54 +01:00
Rikki Tooley
6c3e6d25ac Added ILastFmObject interface to simplify some object management scenarios. YEAH
Also added ArtistMbid property to Track.cs
2013-07-04 23:26:50 +01:00
Rikki Tooley
08411cd7ac Fixn' bugs 2013-07-02 00:20:43 +01:00
Rikki Tooley
1cb3974f20 Get artist info command 2013-07-02 00:20:43 +01:00
Rikki Tooley
0b44ed584e TrackApi: Return image uris and timeplayed with tracks 2013-07-02 00:20:42 +01:00
Rikki Tooley
243d4558e2 UserApi.GetRecentStations 2013-06-15 17:02:11 +01:00
Rikki Tooley
48cdea2aea UserApi.GetRecentScrobbles() inc paging
Also updated demo app.
2013-06-15 16:17:37 +01:00
Rikki Tooley
600814d09f Scrobble method!
Also making all ParseJToken methods internal, but using
[assembly:InternalsVisibleTo("IF.Lastfm.Core.Tests")] to make them
testable
2013-06-14 16:19:26 +01:00
Rikki Tooley
cd695b5216 Stubbed out some of ArtistApi 2013-06-14 13:25:02 +01:00
Rikki Tooley
03fa6f74e9 Changed error handling, stubbed most of albumapi
Methods now return LastResponse or ListResponse (confusing? hmm) instead
of throwing exceptions.
2013-06-14 13:11:42 +01:00
Rikki Tooley
f15f6adbb3 Tag and track parsing 2013-06-13 16:29:52 +01:00
Rikki Tooley
3184fc617d Album.getInfo, starting to get a nice layout to the api. 2013-06-12 17:34:56 +01:00
Rikki Tooley
f2a6a61275 Initial commit 2013-06-08 18:49:21 +01:00