Compare commits
	
		
			2 Commits
		
	
	
		
			fd112e67e7
			...
			2cafd2fb75
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2cafd2fb75 | |||
| 33a73e4bf6 | 
@@ -6,6 +6,12 @@ if [ $count != 0 ]; then
 | 
				
			|||||||
  rename JPG jpg *.JPG
 | 
					  rename JPG jpg *.JPG
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
 | 
					# rename .jpeg -> .jpg
 | 
				
			||||||
 | 
					count=`ls -1 *.jpeg 2>/dev/null | wc -l`
 | 
				
			||||||
 | 
					if [ $count != 0 ]; then
 | 
				
			||||||
 | 
					  rename jpeg jpg *.jpeg
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
# remove exif except orientation from .jpg
 | 
					# remove exif except orientation from .jpg
 | 
				
			||||||
count=`ls -1 *.jpg 2>/dev/null | wc -l`
 | 
					count=`ls -1 *.jpg 2>/dev/null | wc -l`
 | 
				
			||||||
if [ $count != 0 ]; then
 | 
					if [ $count != 0 ]; then
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -50,4 +50,4 @@ if [ $count != 0 ]; then
 | 
				
			|||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
shopt -s nullglob
 | 
					shopt -s nullglob
 | 
				
			||||||
rsgain custom -S -L -a -s i *.mp3 *.flac
 | 
					rsgain custom --skip-existing --lowercase --tagmode=i *.mp3 *.flac
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user