about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/ytc4
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/ytc b/hm/soispha/pkgs/scripts/wrappers/ytc
index 7e806449..c607ea81 100755
--- a/hm/soispha/pkgs/scripts/wrappers/ytc
+++ b/hm/soispha/pkgs/scripts/wrappers/ytc
@@ -6,11 +6,11 @@ CONCURRENT=4
 OUTPUT_PATH="/tmp/ytcc";
 
 col() {
-    echo "$1" | csvtool -t ';' col "$2" -
+    echo "$1" | csvtool -t ';' -u ';' col "$2" -
 }
 
 play() {
-    msg2 "Playing: $1"
+    msg2 "Playing: '$1'"
     mpv "$1" --speed=2.7 --volume=75
     output="$?";