Mirror of sanic. Find the original here: https://gitlab.com/XenGi/sanic https://sanic.club.berlin.ccc.de
Go to file
2024-01-20 11:40:13 +01:00
.forgejo/workflows Delete .forgejo/dependabot.yml 2023-11-24 11:15:25 +01:00
static moving design to final files 2024-01-20 11:40:13 +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
config.ini add config file 2023-12-26 17:23:53 +01:00
favicon.xcf add mpd status messages 2023-12-10 21:33:54 +01:00
flake.lock update flake 2023-12-28 02:50:28 +01:00
flake.nix nix: fix vendoring 2023-11-27 02:05:50 +01:00
go.mod add config file 2023-12-26 17:23:53 +01:00
go.sum add config file 2023-12-26 17:23:53 +01:00
gomod2nix.toml update flake 2023-12-28 02:50:28 +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 gui functions nearly done 2023-12-30 15:02:13 +01:00
mpd.conf add mpd config 2023-10-18 00:40:17 +02:00
mpd.go gui functions nearly done 2023-12-30 15:02:13 +01:00
NOTES.md moving design to final files 2024-01-20 11:40:13 +01:00
README.md Update README.md 2023-11-19 20:10:54 +01:00
server.go moving design to final files 2024-01-20 11:40:13 +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 🐍.