ParkSquare.Gracenote
1.1.0
See the version list below for details.
Install-Package ParkSquare.Gracenote -Version 1.1.0
dotnet add package ParkSquare.Gracenote --version 1.1.0
<PackageReference Include="ParkSquare.Gracenote" Version="1.1.0" />
paket add ParkSquare.Gracenote --version 1.1.0
#r "nuget: ParkSquare.Gracenote, 1.1.0"
// Install ParkSquare.Gracenote as a Cake Addin
#addin nuget:?package=ParkSquare.Gracenote&version=1.1.0
// Install ParkSquare.Gracenote as a Cake Tool
#tool nuget:?package=ParkSquare.Gracenote&version=1.1.0
Gracenote Web API library to give out-of-the-box C# support for track, album, artist and cover artwork searching. The Gracenote Developer license is free for non-commercial use. Supports ALBUM_SEARCH and ALBUM_FETCH, with all options available that are exposed by the Gracenote Web API itself. For more information, see https://developer.gracenote.com/web-api#wrappers
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.14 | 158 | 11/22/2021 |
2.0.12 | 120 | 11/18/2021 |
2.0.6 | 252 | 5/16/2021 |
2.0.5 | 196 | 4/18/2021 |
2.0.3 | 290 | 4/18/2021 |
2.0.2 | 615 | 7/2/2019 |
2.0.1 | 430 | 6/5/2019 |
2.0.0 | 408 | 6/4/2019 |
1.6.4 | 877 | 7/4/2018 |
1.6.3 | 1,226 | 1/7/2017 |
1.6.2 | 743 | 1/7/2017 |
1.6.1 | 731 | 1/7/2017 |
1.6.0 | 728 | 1/7/2017 |
1.5.0 | 746 | 1/7/2017 |
1.4.0 | 937 | 8/23/2016 |
1.3.0 | 2,176 | 2/19/2015 |
1.2.0 | 1,211 | 9/6/2014 |
1.1.0 | 1,104 | 5/28/2014 |
1.0.3 | 950 | 8/23/2016 |
1.0.2 | 1,068 | 4/29/2014 |
0.9.0 | 1,019 | 4/25/2014 |
Status returned from Gracenote other than "OK" will no longer throw an exception, so you should check the Status yourself. Any errors when posting the request will continue to throw a GracenoteClientException.
Artist era, artist origin, type, genre, mood and tempo expanded to be on both the Album and Track response objects, of type IEnumerable<string> to support multiple levels of detail.
Added ResponseDetail to the SearchCriteria to control the number of levels returned for artist era, artist origin, type, genre, mood and tempo. See SELECT_DETAIL for more details here: https://developer.gracenote.com/web-api