Mirror of sanic. Find the original here: https://gitlab.com/XenGi/sanic
https://sanic.club.berlin.ccc.de
.github | ||
static | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
go.sum | ||
gomod2nix.toml | ||
LICENSE | ||
mpd.conf | ||
mpd.go | ||
README.md | ||
sanic.drawio.svg | ||
server.go |
sanic
chaos music control inspired by relaxx player
features
- mpd web gui
- search music
- organize playlists
- control current playback queue
- no authentication required to control music playback
- add music from other sources like youtube (
youtube-dl
) - add playlists from internet radios (
*.m3u
)
development
Build nix flake:
nix build
Made with ❤️ and 🐍.