- Implements pagination in getPlaylist to support large playlists (>100 tracks). - Reworks instance management to support separate api and streaming instance groups. - Updates instances.json to the new grouped structure. - Refactors apiSettings for smart incremental speed testing and type-aware caching. - Parallelizes speed tests using appropriate endpoints (/artist/ for API, /track/ for Streaming). - Updates Settings UI to display and manage both API and Streaming instance groups.
15 lines
No EOL
333 B
JSON
15 lines
No EOL
333 B
JSON
{
|
|
"api": [
|
|
"https://tidal-api.binimum.org"
|
|
],
|
|
"streaming": [
|
|
"https://triton.squid.wtf",
|
|
"https://wolf.qqdl.site",
|
|
"https://maus.qqdl.site",
|
|
"https://vogel.qqdl.site",
|
|
"https://katze.qqdl.site",
|
|
"https://hund.qqdl.site",
|
|
"https://tidal.kinoplus.online",
|
|
"https://tidal-api.binimum.org"
|
|
]
|
|
} |