From b993a38832724b14c76733a7eb5c571b40c9daec Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Mon, 9 Dec 2019 21:11:52 -0800 Subject: [PATCH] I wasted a lot of time trying to figure out why my script was repeating itself. jq wasn't installed. --- torrenttomedia_utorrent.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ torrenttomedia_utorrent.sh b/ torrenttomedia_utorrent.sh index 627a3a7..dce6887 100644 --- a/ torrenttomedia_utorrent.sh +++ b/ torrenttomedia_utorrent.sh @@ -1,5 +1,6 @@ #!/bin/bash # utorrent postprocess script +# requires jq # finished: torrenttomedia_utorrent.sh 0 "%S" "%D" "%N" "(%L)" "%I" "%M" # changedstate: torrenttomedia_utorrent.sh 1 "%S" "%D" "$N" "(%L)" "%I" "%M"