Skip to content

Instantly share code, notes, and snippets.

@furriest
furriest / test.liq
Created November 13, 2023 09:51 — forked from gilou/test.liq
Liquidsoap script for a simple webradio
socket = "/home/ubuntu/demo/liq.sock"
logfile = "/home/ubuntu/demo/liq.log"
set("log.level", 4)
set("log.file.path", logfile)
# Print log messages to the console,
# can also be done by passing the -v option to liquidsoap.
set("log.stdout", log_stdout)
# Use the telnet server for requests