It's like mopidy but good.
Go to file
Test User f783e8152b Replace decommissioned Tidal client id
Tidal retired the built-in client id (internal cid 3235): device login
still issues tokens for it, so browsing kept working, but token refresh
returns "Client id 3235 not found" and playbackinfopostpaywall 401s, so
no track ever resolves stream urls. This is a Tidal-side retirement, not
a regression -- the pre-fable code shipped the identical credentials and
fails the same way.

Swap in a currently-live client id + secret, verified end to end against
a real account: refresh succeeds and playbackinfopostpaywall returns a
playable BTS manifest. The XOR "hidden from fulltext search" scheme is
kept, but the obfuscated payloads are now explicit byte arrays rather
than raw control-character string literals, so the change is reviewable.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 15:29:44 +02:00
.gitea Clean up a bit 2023-06-13 10:12:26 +02:00
architecture Document the as-built architecture 2026-07-20 10:34:45 +02:00
audio-player Fix intermittent playback stops and harden the queue 2026-07-19 22:00:22 +02:00
cbd-tui Fix intermittent playback stops and harden the queue 2026-07-19 22:00:22 +02:00
crabidy-core Fix intermittent playback stops and harden the queue 2026-07-19 22:00:22 +02:00
crabidy-server Drop redundant log-to-tracing bridge init 2026-07-19 22:01:22 +02:00
tidaldy Replace decommissioned Tidal client id 2026-07-20 15:29:44 +02:00
.editorconfig Add cross compile release flow 2023-06-12 09:38:19 +02:00
.gitignore Add devenv-based dev environment and README 2026-07-19 21:29:23 +02:00
Cargo.lock Drop redundant log-to-tracing bridge init 2026-07-19 22:01:22 +02:00
Cargo.toml Drop redundant log-to-tracing bridge init 2026-07-19 22:01:22 +02:00
Cross.toml Generate x86_64 target 2023-06-12 18:21:58 +02:00
README.md Add devenv-based dev environment and README 2026-07-19 21:29:23 +02:00
aarch64-unknown-linux-gnu-Dockerfile Try to add release files 2023-06-12 18:06:00 +02:00
armv7-unknown-linux-gnueabihf-Dockerfile Try to add release files 2023-06-12 18:06:00 +02:00
devenv-rust.nix Add devenv-based dev environment and README 2026-07-19 21:29:23 +02:00
devenv.lock Add devenv-based dev environment and README 2026-07-19 21:29:23 +02:00
devenv.nix Document the as-built architecture 2026-07-20 10:34:45 +02:00
devenv.yaml Add devenv-based dev environment and README 2026-07-19 21:29:23 +02:00
rust-toolchain.toml Add devenv-based dev environment and README 2026-07-19 21:29:23 +02:00
x86_64-unknown-linux-gnu-Dockerfile Generate x86_64 target 2023-06-12 18:21:58 +02:00

README.md

crabidy