1.0.0
DeezNET
- Changed how
DeezerClients are created - Changed how ARLs are applied to clients
- Fixed parameters of search-related methods in
PublicApiwhich used the incorrect enum type for search order - Fixed ID parsing for some URLs that ended with a forward slash (
/) - Fixed
GetAssociatedTracksforArtistsentities - Added a helper method to return a fallback bitrate (
static Downloader.GetLowerFallbackBitrate(Bitrate bitrate)) - Added documentation to non-Deezer API methods
- Added TrackCount to track metadata application
- Added an optional
coverResolutionparameter toApplyMetadataToTrackBytes - Added a method for retrieving the bytes of artwork by their ID (
Downloader.GetArtBytes(string id, int resolution)) - Added the
ActiveARLproperty toDeezerClient - Implemented tests for non-Deezer API methods (except
DeezerURL.GetAssociatedTracks()) - Updated
BouncyCastle.Cryptographyto 2.4.0-beta.61
DeezCLI
- Improved CLI fallback bitrate
- Improved logging
- Added TrackCount to metadata
- Added template-based output arguments (see README for more info)
- Album art is now downloaded to a file, rather than only being embedded