A modern, network-enabled music player platform built on Rockbox technology. rockboxd.tsiry-sandratraina.com
rust deno navidrome airplay libadwaita zig mpris snapcast mpd rockbox audio subsonic
2

Configure Feed

Select the types of activity you want to include in your feed.

rockboxd / tools / console / deps.edn
709 B 24 lines
1{:paths ["src"] 2 3 :deps 4 {babashka/process {:mvn/version "0.5.22"} 5 babashka/fs {:mvn/version "0.5.20"}} 6 7 :aliases 8 {:dev 9 {:extra-paths ["dev"] 10 :extra-deps {nrepl/nrepl {:mvn/version "1.3.0"} 11 cider/cider-nrepl {:mvn/version "0.50.2"}} 12 :main-opts ["-m" "nrepl.cmdline" 13 "--middleware" "[cider.nrepl/cider-middleware]" 14 "--interactive"]} 15 16 ;; Terminal REPL with syntax highlighting, multi-line editing, 17 ;; inline docs, and tab-completion. `clj -M:rebel` 18 :rebel 19 {:extra-paths ["dev"] 20 :extra-deps {com.bhauman/rebel-readline {:mvn/version "0.1.4"}} 21 :main-opts ["-m" "rebel-readline.main"]} 22 23 :run 24 {:exec-fn console.core/dispatch}}}