mirror of
https://github.com/Jonny007-MKD/OTR-DecodeAll
synced 2025-01-22 08:49:50 +01:00
Added label "movie-en" for english movies
This commit is contained in:
parent
bddafa0705
commit
ecb7b66807
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue