Releases: skuill/LyricsScraperNET
Releases · skuill/LyricsScraperNET
1.9.2
1.8.1
1.7.1
1.6.2
1.6.1
Fixed error when searching for lyrics of an instrumental track (#17).
Related changes:
- Now all exceptions during the search are caught and written to the log for each provider.
- The search request is parsed correctly for all providers (except AZLyrics) in the case of an instrumental song.
- Added an
Instrumental
flag toSearchResponse
in case the lyrics were not found and the song is instrumental. The status code in this case isSuccessful
. - Add ability to configure logger in client/providers from
ILoggerFactory
usingWithLogger
method. - Add Unit and Integration Tests in case of instrumental lyric search.
1.5.1
1.4.3
1.4.2
1.4.1
- Add LyricFind external provider (#13)
- Add Unit Tests for host creation with
LyricScraperClient
service configuration (#6) LyricsScraperClient
changes:- Added comments for
ILyricsScraperClient
methods - An indexer has been added to retrieve a provider by its type.
- Added method
RemoveProvider
to remove an external provider by the type from the list of search providers. - Added methods for enabling
Enable
and disablingDisable
client providers. In case of searching when the client is turned off the lyrics search method will return an empty result.
- Added comments for
- Fixed the formation of the URL search string for the SongLyrics provider in some cases. Added Unit Tests.
- Fixed parsing of settings when calling
AddLyricScraperClientService
. The necessary constructors have been added to all providers in case logging is not configured.