It's like mopidy but good.
Go to file
Test User d741523e53 Add Tidal search as creatable library nodes
Pressing % inside /tidal/search opens an input line; the entered term
becomes a tree node whose contents are the search results: track hits
queueable in place, artist and album hits as canonical /tidal/artists
paths. New CreateLibraryNode rpc + is_creatable flags (wire-compatible),
ProviderClient::create_lib_node routed by prefix, percent-encoded term
segments in crabidy-core, and a modal input overlay in the TUI with
creatable nodes marked [%]. Search terms live in memory for the process
lifetime; term nodes are deliberately not queueable so the resolve sweep
cannot drag whole discographies into the queue.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 17:58:44 +02:00
.gitea Clean up a bit 2023-06-13 10:12:26 +02:00
architecture Add Tidal search as creatable library nodes 2026-07-20 17:58:44 +02:00
audio-player Fix decoder panic on streamed network tracks 2026-07-20 15:29:54 +02:00
cbd-tui Add Tidal search as creatable library nodes 2026-07-20 17:58:44 +02:00
crabidy-core Add Tidal search as creatable library nodes 2026-07-20 17:58:44 +02:00
crabidy-server Add Tidal search as creatable library nodes 2026-07-20 17:58:44 +02:00
plan Add Tidal search as creatable library nodes 2026-07-20 17:58:44 +02:00
quality Add Tidal search as creatable library nodes 2026-07-20 17:58:44 +02:00
tidaldy Add Tidal search as creatable library nodes 2026-07-20 17:58: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 Add Tidal search as creatable library nodes 2026-07-20 17:58:44 +02:00
Cargo.toml Add Tidal search as creatable library nodes 2026-07-20 17:58:44 +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