1
0
Fork 0
mirror of https://github.com/Jonny007-MKD/OTR-DecodeAll synced 2024-05-02 20:54:06 +02:00

Added label "movie-en" for english movies

This commit is contained in:
Jonny007-MKD 2015-02-24 14:26:41 +01:00
parent bddafa0705
commit ecb7b66807

View file

@ -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