mirror of
				https://github.com/Jonny007-MKD/OTR-DecodeAll
				synced 2025-10-28 15:15:35 +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 | 		case $label in | ||||||
| 			"movie") | 			"movie") | ||||||
| 				pathOut="Filme";; | 				pathOut="Filme";; | ||||||
|  | 			"movie-en") | ||||||
|  | 				pathOut="Filme-En";; | ||||||
| 			"tvserie") | 			"tvserie") | ||||||
| 				pathOut="Serien" | 				pathOut="Serien" | ||||||
| 				if [ -n "$cmdSaneRenamix" ]; then | 				if [ -n "$cmdSaneRenamix" ]; then | ||||||
|  | @ -327,6 +329,7 @@ function funcDecode { | ||||||
| 	if [ ! -e "$pathDecoded" ]; then								# If don't find the decoded file in $uncutDir | 	if [ ! -e "$pathDecoded" ]; then								# If don't find the decoded file in $uncutDir | ||||||
| 		funcLog 4 "Decoding $filename" | 		funcLog 4 "Decoding $filename" | ||||||
| 		funcLog 5 "     $cmdDecode $cmdDecodeArgs $pathEncoded" | 		funcLog 5 "     $cmdDecode $cmdDecodeArgs $pathEncoded" | ||||||
|  | 		#echo "     $cmdDecode $cmdDecodeArgs $pathEncoded" | ||||||
| 	 | 	 | ||||||
| 		$cmdDecode $cmdDecodeArgs "$pathEncoded"					# Deocde the file | 		$cmdDecode $cmdDecodeArgs "$pathEncoded"					# Deocde the file | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Jonny007-MKD
						Jonny007-MKD