Deezer lyrics provider plugin for LibreLyrics.
- Fetch plain, synced, and rich synced (word-level) lyrics from Deezer
- Word-by-word karaoke-style lyrics via GraphQL API
- Support for track and album URLs
pip install librelyrics-deezerRequires a Deezer arl cookie. Set it up via:
librelyrics config editOr set it directly:
librelyrics config set plugins.Deezer.arl "YOUR_ARL_COOKIE"- Open Deezer Web Player in your browser
- Log in to your account
- Open Developer Tools (F12) → Application → Cookies
- Find the
arlcookie and copy its value
https://www.deezer.com/track/<id>https://www.deezer.com/album/<id>
Once installed, the plugin is automatically discovered by LibreLyrics:
librelyrics "https://www.deezer.com/track/123456789"GPL-3.0-or-later