From 1548481255af8a5e136fe76944dac82b2f0cb93a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 28 Jul 2022 21:20:37 -0500 Subject: Add TODO; more information when streaming --- TODO.txt | 4 ++++ radish | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..063853c --- /dev/null +++ b/TODO.txt @@ -0,0 +1,4 @@ +- ability to add/delete/change stations individually + - possibly change to a subcommand layout (radish play, radish stop, etc.) +- rewrite possibly? in .. scheme? +- add a pause option diff --git a/radish b/radish index 0883946..3cc4eb7 100755 --- a/radish +++ b/radish @@ -195,7 +195,8 @@ radish_play() { case "${1:-}" in https:* | http:*) _radish_kill_impl || : - echo >&2 "Streaming $1..." + name="$(grep "$1" "$RADISH_STATION_FILE" | cut -f2)" + echo >&2 "Streaming ${name:-$1}..." radish_play_web "$1" ;; noise:*) -- cgit 1.4.1-21-gabe81