Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 732 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 732 Bytes

This solution contains Interface and template provider project for MultiLyrics project

Known MultuLyrics providers

Making your own

Clone code. Initialise your API in the constructor.
Implement FindLyricsAsync function.
This function must return list of FoundTrack objects where you can define set of displayed track properties as title, lyrics language etc.
Optionally you can implement preferences using Preferences property. See Preference Manager library.
Locallise .resx strings. Your implementation must contain "en-US" as default localisation.

See known providers for examples.