Skip to content

anonbaby/orpheusdl-deezer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orpheusdl-deezer

OrpheusDL module for downloading music from Deezer

Getting started

Prerequisites

Installation

  • Clone the repository from your orpheusdl directory:
    git clone https://github.com/anonbaby/orpheusdl-deezer modules/deezer
  • Update config/settings.json with Deezer settings:
    python orpheus.py

Configuration

Global

download_quality:

Value Format
"hifi" 16-bit 44.1kHz FLAC / 360RA if available and spatial_codecs is enabled
"lossless" 16-bit 44.1kHz FLAC
"high" MP3 320kbps
"medium" MP3 320kbps
"low" MP3 128kbps
"minimum" MP3 128kbps

spatial_codecs:
Enables 360RA downloads if download_quality is set to hifi

main_resolution:
Maxes out at 3000px
If original cover size is smaller than the one specified, falls back to 1200px

Deezer

Setting Description
client_id Client ID used for login
client_secret Client secret used for login
bf_secret Constant for deriving key used for track decryption
track_url_key Key used for legacy track URL generation
prefer_mhm1 Downloads MHM1 360RA formats instead of MHA1
arl arl (set it if you want to update)

Memo

https://t.me/orpheusdl/7 The above link is not affiliated with me nor OrpheusDL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%