OrpheusDL module for downloading music from KKBOX
- OrpheusDL, duh
- Clone the repository from your
orpheusdldirectory:
git clone https://github.com/uhwot/orpheusdl-kkbox modules/kkbox - Update
config/settings.jsonwith KKBOX settings:
python orpheus.py
download_quality:
| Value | Format |
|---|---|
| "hifi" | 24-bit FLAC with variable sample rate |
| "lossless" | 16-bit 44.1kHz FLAC |
| "high" | AAC 320kbps |
| "medium" | MP3 192kbps |
| "low" | MP3 128kbps |
| "minimum" | MP3 128kbps |
main_resolution:
Supports any resolution within 2048px, after which it downloads the original cover size
| Setting | Description |
|---|---|
kc1_key |
Key used for API decryption |
secret_key |
Constant used for "secret" MD5 |
email |
Account email |
password |
Account password |