David-Desmaisons / DiscogsClient

Discogs API C# Client
MIT License
41 stars 16 forks source link

Artist for each track in tracklist #2

Closed MikeG06 closed 7 years ago

MikeG06 commented 7 years ago

This package is working perfectly. But some releases are compilations and each track has a different artist. It would be nice to add an artist property in the "DiscogsTrack" class.

Thank you.

David-Desmaisons commented 7 years ago

Hi @MikeG06, do you have a JSON example of such data?

MikeG06 commented 7 years ago

Hello,

Sorry I don't. It's something I noticed when I was comparing data between DiscogsClient objects and the Web pages. I will try to get one as soon as I can.

Thank you for your support.

David-Desmaisons commented 7 years ago

Thanks, once you provide me the data I will update DiscogsClient

MikeG06 commented 7 years ago

Hello,

When I get the following release (696229), I get the this JSON data. I've attached a file for you to look at it.

DiscogsClientJSON.txt

Thank you.

David-Desmaisons commented 7 years ago

Hi @MikeG06 , I just correct the issue. It will be included in next version of Discogs. Note that this version will contain breaking changes as asynchroneous API will be post-fixed by "Async"

David-Desmaisons commented 7 years ago

I just release version 2.0.0