From d97faca0f72d011979abb7d7736842ca0d1b4b29 Mon Sep 17 00:00:00 2001 From: evilchili Date: Sun, 10 Mar 2024 00:27:34 -0800 Subject: [PATCH] updating readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14f256b..08e71d1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A shoutcast audio player designed for serving D&D session music. ## What? Why? -Because I run an online D&D game, which includes a background music stream for my players. The stream used to be served by liquidsoap and controlled by a bunch of bash scripts I cobbled together which are functional but brittle, and liquidsoap is a nightmare for the small use case. Also, this currently requires me to have a terminal window open to my media server to control liquidsoap directly, and I'd rather integrate the music controls directly with the rest of my DM tools, all of which run on my laptop. +Because I run an online D&D game, which includes a background music stream for my players. The stream used to be served by liquidsoap and controlled by a bunch of bash scripts I cobbled together which are functional but brittle, and liquidsoap is a nightmare for the small use case. Also, this required me to have a terminal window open to my media server to control liquidsoap directly, and I'd rather integrate the music controls directly with the rest of my DM tools, all of which run on my laptop. *Now that is a powerful yak! -- Aesop Rock (misquoted)* @@ -50,11 +50,12 @@ INFO Daemonizing controller on (localhost, 8003); pidfile and logs in ~/.dnd/cro Connnect to the command & control server: -``` +```bash % telnet localhost 8003 -*Trying 127.0.0.1...* -*Connected to croaker.local.* -*Escape character is '^]'.* +Trying 127.0.0.1... +Connected to croaker.local. +Escape character is '^]'. + help PLAY PLAYLIST - Switch to the specified playlist.