Initial Commit

This commit is contained in:
G. Gibson 2026-08-24 13:23:04 -07:00
commit 5a87c50f7d
10 changed files with 2710 additions and 0 deletions

3
play Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
source /etc/profile
liquidsoap 'output.icecast(%mp3, host = "192.168.0.200", port = 7777, user="source", password="listen", mount = "/audio", mksafe(playlist("/srv/audio/favorites.pls")))'