It's like mopidy but good.
Go to file
Test User 655e8054b8 Capture library subtrees as bookmarks
w on a queueable library selection snapshots the whole subtree into a
third fsdy instance at /bookmarks: the orchestrator walks the source
iteratively and mirrors it as order-prefixed folders of link track
files (shared naming with queue persistence), tmp-and-swapped with
size caps so a runaway tree cannot fill the disk. One additive rpc,
CaptureLibraryNode(path, name), carries the flow; the TUI reuses the
input overlay prefilled with the selection title.

fsdy instances can now opt into an editable top level: root child
folders carry is_editable/is_deletable and support no-merge rename and
idempotent delete. /bookmarks mounts with it, and /queues too
(reserving current), so saved queues are renamable and deletable
through the existing e/d flows without TUI changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 11:11:27 +02:00
.gitea Clean up a bit 2023-06-13 10:12:26 +02:00
architecture Capture library subtrees as bookmarks 2026-07-21 11:11:27 +02:00
audio-player Fix decoder panic on streamed network tracks 2026-07-20 15:29:54 +02:00
cbd-tui Capture library subtrees as bookmarks 2026-07-21 11:11:27 +02:00
crabidy-core Capture library subtrees as bookmarks 2026-07-21 11:11:27 +02:00
crabidy-server Capture library subtrees as bookmarks 2026-07-21 11:11:27 +02:00
fsdy Capture library subtrees as bookmarks 2026-07-21 11:11:27 +02:00
plan Capture library subtrees as bookmarks 2026-07-21 11:11:27 +02:00
quality Capture library subtrees as bookmarks 2026-07-21 11:11:27 +02:00
tidaldy Queue large collections progressively 2026-07-21 01:08:34 +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 Persist queues as fs-provider folders 2026-07-21 10:41:49 +02:00
Cargo.toml Add a filesystem provider for serialized track nodes 2026-07-21 01:58:55 +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