Skip to content

libre-lyrics/librelyrics-deezer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Open Deezer Web Player in your browser
  2. Log in to your account
  3. Open Developer Tools (F12) → Application → Cookies
  4. Find the arl cookie 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