DeezNET
- Added API methods to fetch tracks from Deezer or LRCLIB (by @formeo14; potentially breaking change due to an updated method signature for
Downloader.ApplyMetadataToTrackBytes
) - Added additional methods for downloading tracks and applying metadata. If used correctly, you could see a reduction in ram usage. See commit cb295c1 for more info.
DeezCLI
- Added plain lyrics to track metadata, if available (by @formeo14)
- Added option to save synced lyrics to a separate
.lrc
file, if available (by @formeo14) - Added option to use LRCLIB for plain or synced lyrics, if available on LRCLIB and not Deezer (by @formeo14)
- Memory usage improvements (observed an average ~55% decrease when downloading a single track)
- Improved exception handling