mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
- Port JavaScript DeezerDownloader to C# - Add Deezer API authentication with ARL token - Implement track download via media.deezer.com API - Add Blowfish CBC decryption for encrypted chunks (uses OpenSSL) - Add rate limiting and retry with exponential backoff - Update config for Deezer ARL tokens - Configure Subsonic URL to 192.168.1.12:4533
9 lines
127 B
JSON
9 lines
127 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|