From 57db8dc6d435908ff8e5afb8ede3723fd5018d51 Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 3 Jan 2024 11:20:48 +0100 Subject: fix(hm/pkgs/scr/ytc): Set output separator not to '"' but ';' --- hm/soispha/pkgs/scripts/wrappers/ytc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hm/soispha/pkgs/scripts/wrappers') 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="$?"; -- cgit 1.4.1