mirror of
				https://github.com/KrumpetPirate/AAXtoMP3.git
				synced 2025-11-04 04:50:42 +01:00 
			
		
		
		
	typo in sed
This commit is contained in:
		
							
								
								
									
										2
									
								
								AAXtoMP3
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								AAXtoMP3
									
									
									
									
									
								
							@@ -416,7 +416,7 @@ do
 | 
			
		||||
  if [ "${keepArtist}" != "-1" ]; then
 | 
			
		||||
    #                                                                 sed command: 'C. S. Lewis' -> 'C.S. Lewis'
 | 
			
		||||
    artist=$(get_metadata_value artist | cut -d',' -f"$keepArtist" | $SED -E 's|\. +|\.|g; s|((\w+\.)+)|\1 |g')
 | 
			
		||||
    album_artist="$(get_metadata_value album_artist | cut -d',' -f"$keepArtist" | $SED -E 's|\. +|\.|g; s|((\w+\.)')"
 | 
			
		||||
    album_artist="$(get_metadata_value album_artist | cut -d',' -f"$keepArtist" | $SED -E 's|\. +|\.|g; s|((\w+\.)+)|\1 |g')"
 | 
			
		||||
  else
 | 
			
		||||
    artist=$(get_metadata_value artist)
 | 
			
		||||
    album_artist="$(get_metadata_value album_artist)"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user