From ecb7b66807ca5e0bd8a800635489ec0fc900d1ad Mon Sep 17 00:00:00 2001 From: Jonny007-MKD Date: Tue, 24 Feb 2015 14:26:41 +0100 Subject: [PATCH] Added label "movie-en" for english movies --- otrDecodeAll | 3 +++ 1 file changed, 3 insertions(+) diff --git a/otrDecodeAll b/otrDecodeAll index 843fddf..f1771da 100755 --- a/otrDecodeAll +++ b/otrDecodeAll @@ -208,6 +208,8 @@ function funcMakeVars { case $label in "movie") pathOut="Filme";; + "movie-en") + pathOut="Filme-En";; "tvserie") pathOut="Serien" if [ -n "$cmdSaneRenamix" ]; then @@ -327,6 +329,7 @@ function funcDecode { if [ ! -e "$pathDecoded" ]; then # If don't find the decoded file in $uncutDir funcLog 4 "Decoding $filename" funcLog 5 " $cmdDecode $cmdDecodeArgs $pathEncoded" + #echo " $cmdDecode $cmdDecodeArgs $pathEncoded" $cmdDecode $cmdDecodeArgs "$pathEncoded" # Deocde the file