jMusixMatch icon indicating copy to clipboard operation
jMusixMatch copied to clipboard

A Java wrapper for the MusiXmatch API

Results 6 jMusixMatch issues
Sort by recently updated
recently updated
newest added

Bumps [gson](https://github.com/google/gson) from 2.7 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

I guess musixmatch changed the error message response recently. An error message response currently looks like this: ``` { "message": { "header": { "status_code": 404, "execute_time": 0.0067391395568848 }, **_"body": []_**...

I just gone through your JMusixMatch java library on git and I must say a big kudos to you. I'm having a slight issue. I'm trying to use the .getMatchingTrack...

Create unit test for the below endpoints - **API Methods** - chart.artists.get - chart.tracks.get - track.search - track.get - track.subtitle.get - track.lyrics.get - track.snippet.get - track.lyrics.post - track.lyrics.feedback.post - matcher.lyrics.get...