Mirror of sanic. Find the original here: https://gitlab.com/XenGi/sanic https://sanic.club.berlin.ccc.de
Go to file
2023-12-02 18:18:31 +01:00
.forgejo/workflows Delete .forgejo/dependabot.yml 2023-11-24 11:15:25 +01:00
static static: w3c compliance stuff 2023-12-02 18:18:31 +01:00
.dockerignore add docker build 2023-10-18 15:39:37 +02:00
.editorconfig foo 2023-10-24 18:17:36 +02:00
.gitignore foo 2023-11-06 22:38:39 +01:00
architecture.drawio.svg Update architecture.drawio.svg 2023-11-07 20:09:13 +01:00
cert.pem add http/2 and tls 2023-11-07 21:16:42 +01:00
flake.lock added some api calls 2023-12-02 17:53:44 +01:00
flake.nix nix: fix vendoring 2023-11-27 02:05:50 +01:00
go.mod foo 2023-10-24 18:17:36 +02:00
go.sum foo 2023-10-24 18:17:36 +02:00
gomod2nix.toml nix: fix vendoring 2023-11-27 02:05:50 +01:00
key.pem add http/2 and tls 2023-11-07 21:16:42 +01:00
LICENSE Initial commit 2023-10-16 17:42:09 +02:00
Makefile added some api calls 2023-12-02 17:53:44 +01:00
mpd.conf add mpd config 2023-10-18 00:40:17 +02:00
NOTES.md added some api calls 2023-12-02 17:53:44 +01:00
README.md Update README.md 2023-11-19 20:10:54 +01:00
server.go added some api calls 2023-12-02 17:53:44 +01:00

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, *.pls)

development

Build nix flake:

nix build

architecture

Architecture


Made with ❤️ and 🐍.