It's like mopidy but good.
Go to file
Test User 4e44f672e8 Persist queues as fs-provider folders
Queues now survive restarts, built entirely on the fs provider:
fsdy::Client is instance-mountable and a second, read-only instance
serves <config>/crabidy/queues/ as /queues. Every queue is a folder of
order-prefixed link track files plus a hidden state sidecar, written
only by the new QueueStore (tmp-and-swap). The playback loop streams
every queue change through a latest-wins watch channel to a debouncing
persister task and restores queues/current/ (tracks, position,
modifiers) at startup without autoplay. w on the queue pane asks for a
name and drives the previously stubbed SaveQueue rpc; reloading a
saved queue is just queueing /queues/<name>, since link entries
rewrite to their targets at listing time. The old "no links into /fs"
parse rejection gave way to one-hop link semantics so queues can
reference fs tracks.

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