Inofficial client for the Musixmatch API Development on https://codeberg.org/ThetaDev/musixmatch-inofficial
Find a file
2024-10-22 00:03:54 +00:00
.gitea/workflows test: add rate limiter 2024-08-19 00:05:19 +02:00
cli chore(release): release musixmatch-cli v0.2.0 2024-08-19 00:21:36 +02:00
src test: fix tests 2024-08-18 16:14:05 +02:00
testfiles feat: add subtitle translation 2022-10-07 12:19:50 +02:00
tests test: add rate limiter 2024-08-19 00:05:19 +02:00
.editorconfig Initial commit 2022-09-30 23:39:07 +02:00
.env.example fix: testfile paths 2023-04-23 15:04:20 +02:00
.gitignore Initial commit 2022-09-30 23:39:07 +02:00
.pre-commit-config.yaml feat: add all request TLS options 2023-05-08 17:23:52 +02:00
Cargo.toml chore(deps): update rust crate governor to 0.7.0 2024-10-22 00:03:54 +00:00
CHANGELOG.md chore(release): release musixmatch-inofficial v0.1.1 2024-08-19 00:20:39 +02:00
cliff.toml chore: change repo to codeberg 2024-08-18 18:16:07 +02:00
Justfile chore: update justfile 2024-08-18 16:16:26 +02:00
LICENSE Initial commit 2022-09-30 23:39:07 +02:00
README.md doc: update readme 2024-08-18 18:25:03 +02:00
renovate.json ci: add renovate 2024-08-18 17:39:34 +02:00

musixmatch-inofficial

Current crates.io version License CI status

This is an inofficial client for the Musixmatch API that uses the key embedded in the Musixmatch Android app.

It allows you to obtain synchronized lyrics in different formats (LRC, DFXP, JSON) for almost any song.

The Musixmatch API used to require a free account on https://www.musixmatch.com to be used. However, as of 2024, this requirement was removed and the API can be used anonymously. The client still allows you to supply credentials if Musixmatch decides to close the API down again.

Song lyrics are copyrighted works (just like books, poems and the songs themselves).

Musixmatch does allow its users to obtains song lyrics for private use (e.g. to enrich their music collection). But it does not allow you to publish their lyrics or use them commercially.

You will get in trouble if you use this client to create a public lyrics site/app. If you want to use Musixmatch data for this purpose, you will have to give them money (see their commercial plans) and use their official API.

Development info

The test suite reads Musixmatch credentials from the MUSIXMATCH_EMAIL and MUSIXMATCH_PASSWORD environment variables.

To make local development easier, I have included dotenvy to read the credentials from an .env file. Copy the .env.example file in the root directory, rename it to .env and fill in your credentials.