mirror of
https://github.com/libre-lyrics/librelyrics-deezer.git
synced 2026-04-26 17:35:57 +03:00
Deezer lyrics provider plugin for https://github.com/libre-lyrics/librelyrics
| .github/workflows | ||
| .gitignore | ||
| __init__.py | ||
| LICENSE | ||
| module.py | ||
| pyproject.toml | ||
| README.md | ||
librelyrics-deezer
Deezer lyrics provider plugin for LibreLyrics.
Features
- 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
Installation
pip install librelyrics-deezer
Configuration
Requires a Deezer arl cookie. Set it up via:
librelyrics config edit
Or set it directly:
librelyrics config set plugins.Deezer.arl "YOUR_ARL_COOKIE"
Getting 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
Supported URLs
https://www.deezer.com/track/<id>https://www.deezer.com/album/<id>
Usage
Once installed, the plugin is automatically discovered by LibreLyrics:
librelyrics "https://www.deezer.com/track/123456789"
License
GPL-3.0-or-later