updating readme
This commit is contained in:
parent
9fb8d1f248
commit
d97faca0f7
11
README.md
11
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user