It's like mopidy but good.
Go to file
Test User c6e9f71cf4 Add a YouTube provider backed by yt-dlp
The new ytdy crate mounts /youtube: login-free search terms exactly
like tidal's (creatable, renamable, deletable, results as queueable
downloadable tracks) and, when a cookies file is configured, the
user's playlists. All extraction runs through one bounded subprocess
seam (argv-only, per-call timeout, stdout cap, typed errors) so tests
drive the provider with a fake script. yt-dlp is declared in devenv;
a failed binary probe disables the provider, never the server.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 14:01:58 +02:00
.gitea Clean up a bit 2023-06-13 10:12:26 +02:00
architecture Add a YouTube provider backed by yt-dlp 2026-07-21 14:01:58 +02:00
audio-player Fix decoder panic on streamed network tracks 2026-07-20 15:29:54 +02:00
cbd-tui Capture library subtrees with downloaded audio 2026-07-21 13:45:04 +02:00
crabidy-core Capture library subtrees with downloaded audio 2026-07-21 13:45:04 +02:00
crabidy-server Add a YouTube provider backed by yt-dlp 2026-07-21 14:01:58 +02:00
fsdy Capture library subtrees with downloaded audio 2026-07-21 13:45:04 +02:00
plan Add a YouTube provider backed by yt-dlp 2026-07-21 14:01:58 +02:00
quality Add a YouTube provider backed by yt-dlp 2026-07-21 14:01:58 +02:00
tidaldy Capture library subtrees with downloaded audio 2026-07-21 13:45:04 +02:00
ytdy Add a YouTube provider backed by yt-dlp 2026-07-21 14:01:58 +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 a YouTube provider backed by yt-dlp 2026-07-21 14:01:58 +02:00
Cargo.toml Add a YouTube provider backed by yt-dlp 2026-07-21 14:01:58 +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 Add a YouTube provider backed by yt-dlp 2026-07-21 14:01:58 +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