From 2c016411aca567b09a0046ffeb38f6289d58550d Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 7 Feb 2025 14:42:38 +0900 Subject: modified bin/albumsplit --- ar/.local/bin/albumsplit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ar/.local/bin/albumsplit b/ar/.local/bin/albumsplit index bdf637a..684bf93 100755 --- a/ar/.local/bin/albumsplit +++ b/ar/.local/bin/albumsplit @@ -4,11 +4,11 @@ [ ! -f "$2" ] && printf "The first file should be the audio, the second should be the timecodes.\\n" && exit -echo "Enter the album/book title:" +printf "Enter the album/book title:" read -r booktitle -echo "Enter the artist/author:" +printf "Enter the artist/author:" read -r author -echo "Enter the publication year:" +printf "Enter the publication year:" read -r year inputaudio="$1" -- cgit v1.2.3