Skip to main content

Deezer

warning

This Source uses unofficial methods to access Deezer data that are likely in violation of Deezer's TOS. Deezer may change or remove these methods at any time, breaking functionality. Use this Source at your own risk.

info

This Source will work only if you have a Premium Deezer account.

Retrieve ARL

The arl is a browser cookie that Deezer uses to store your login information. Multi-scrobbler uses the arl value to make authorized requests to Deezer's API where it can retrieve listening history.

After logging into Deezer, use one of the methods below to retrieve the arl cookie value:

  1. On deezer.com, press F12 to open the Developer Tools window.
  2. Go to the Applications tab. Press the '>>' More tabs icon if it's hidden.
  3. Under the Cookies Filter, click deezer.com, then the text bar name arl.
  4. Copy all the contents shown in the Cookie Value pane.

Configuration

Environmental VariableRequired?DefaultDescription
DEEZER_ARLYesThe ARL cookie value retrieved from your browser

Duplicate detection

Third party integrations with Deezer (Sonos) may cause Deezer to report the same track many times in listening history. If you experience this issue modify your Deezer Source config (file-based only) to include the option "fuzzyDiscoveryIgnore": "aggressive"

deezer.json example
deezer.json
[
{
"name": "MyDeezer",
"data": {
"arl": "UOsRPjT3U5Dhaaup3x...",
},
"options": {
"fuzzyDiscoveryIgnore": "aggressive"
}
}
]

This option comes with some trade-offs: MS will aggressively detect repeated tracks within a window of time that should eliminate all duplicates. However, this will also prevent intentionally repeated tracks from being scrobbled. See this thread for more information on how this works.