Mirror of sanic. Find the original here: https://gitlab.com/XenGi/sanic https://sanic.club.berlin.ccc.de
Go to file
2023-10-24 17:09:51 +02:00
.github Create tests.yml 2023-10-16 18:50:29 +02:00
static add js and css files 2023-10-19 18:05:16 +02:00
.dockerignore add docker build 2023-10-18 15:39:37 +02:00
.editorconfig add html base 2023-10-18 19:18:38 +02:00
.gitignore update flake 2023-10-24 17:08:45 +02:00
flake.lock update 2023-10-24 17:01:19 +02:00
flake.nix update flake 2023-10-24 17:08:45 +02:00
go.mod setup echo 2023-10-19 18:01:48 +02:00
go.sum setup echo 2023-10-19 18:01:48 +02:00
gomod2nix.toml build nix package 2023-10-24 15:59:04 +02:00
LICENSE Initial commit 2023-10-16 17:42:09 +02:00
mpd.conf add mpd config 2023-10-18 00:40:17 +02:00
README.md update readme 2023-10-24 17:09:51 +02:00
server.go add js and css files 2023-10-19 18:05:16 +02:00

Codecov GitHub Workflow Status (with event) license maintained

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 🐍.