fully-functioning music status!
- accessible via /music - only detects strawberry for now
This commit is contained in:
parent
f838edeadb
commit
8a1fabf91a
53 changed files with 923 additions and 51 deletions
3
go.mod
3
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module codeberg.org/arimelody/ari-stream-utils
|
||||
module codeberg.org/arimelody/ari-stream-tools
|
||||
|
||||
go 1.26.4
|
||||
|
||||
|
|
@ -16,6 +16,7 @@ require (
|
|||
github.com/go-playground/validator/v10 v10.30.1 // indirect
|
||||
github.com/goccy/go-json v0.10.5 // indirect
|
||||
github.com/goccy/go-yaml v1.19.2 // indirect
|
||||
github.com/godbus/dbus/v5 v5.2.2 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
||||
github.com/leodido/go-urn v1.4.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue