2023-10-16 19:05:11 +02:00
|
|
|
[![maintained](https://img.shields.io/maintenance/yes/2023)]()
|
|
|
|
|
2023-10-17 22:54:31 +02:00
|
|
|
# sanic
|
2023-10-16 18:39:08 +02:00
|
|
|
|
|
|
|
chaos music control inspired by [relaxx player][relaxx]
|
|
|
|
|
|
|
|
|
|
|
|
## 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`)
|
2023-11-14 00:13:35 +01:00
|
|
|
- add playlists from internet radios (`*.m3u`, `*.pls`)
|
2023-10-16 18:39:08 +02:00
|
|
|
|
2023-10-24 17:09:51 +02:00
|
|
|
## development
|
|
|
|
|
|
|
|
Build nix flake:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
nix build
|
|
|
|
```
|
|
|
|
|
2023-11-07 19:57:49 +01:00
|
|
|
## architecture
|
|
|
|
|
2023-11-19 20:10:54 +01:00
|
|
|
[![Architecture](https://git.berlin.ccc.de/cccb/sanic/raw/branch/main/architecture.drawio.svg)](https://app.diagrams.net/?mode=git.berlin.ccc.de#Hcccb%2Fsanic%2Fmain%2Farchitecture.drawio.svg)
|
2023-11-07 19:57:49 +01:00
|
|
|
|
2023-10-16 18:39:08 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
Made with ❤️ and 🐍.
|
|
|
|
|
|
|
|
[relaxx]: http://relaxx.dirk-hoeschen.de/
|