Skip to content

1.4.1

Compare
Choose a tag to compare
@skuill skuill released this 09 Dec 22:32
· 101 commits to main since this release
3da8b75
  • 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 disabling Disable client providers. In case of searching when the client is turned off the lyrics search method will return an empty result.
  • 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.