moehmeni / syncedlyrics

Get an LRC format (synchronized) lyrics for your music
MIT License
188 stars 18 forks source link

Add Musixmatch provider #5

Closed Piripe closed 1 year ago

Piripe commented 1 year ago

Musixmatch is the lyrics provider of Spotify, Apple Music and other platforms, I think it would be nice to implement it.

Note: The media player Rise-Media-Player (that is open-source) uses Musixmatch to get synced lyrics, you can read the code of RiseMP to understand how the Musixmatch API works.

moehmeni commented 1 year ago

Thanks for the suggestion, can you tell me in which directory and file it's implemented because I could not find it via searching

Piripe commented 1 year ago

Here you can see the fetch function: https://github.com/Rise-Software/Rise-Media-Player/blob/ac6b85ca83e9470dc22b093445327f1888634319/Rise%20Media%20Player%20Dev/Helpers/MusixmatchHelper.cs#L87