mirror of
				https://github.com/KrumpetPirate/AAXtoMP3.git
				synced 2025-11-04 04:50:42 +01:00 
			
		
		
		
	get metadata value
This commit is contained in:
		
							
								
								
									
										2
									
								
								AAXtoMP3
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								AAXtoMP3
									
									
									
									
									
								
							@@ -397,9 +397,11 @@ do
 | 
			
		||||
  if [[ $(type -P mediainfo) ]]; then
 | 
			
		||||
    narrator="$(get_metadata_value nrt)"
 | 
			
		||||
    description="$(get_metadata_value Track_More)"
 | 
			
		||||
    publisher="$(get_metadata_value pub)"
 | 
			
		||||
  else
 | 
			
		||||
    narrator=""
 | 
			
		||||
    description=""
 | 
			
		||||
    publisher=""
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
  if [[ "${noclobber}" = "1" ]] && [[ -d "${output_directory}" ]]; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user