Make output of metadata_extracter.py depends on the specified TAB
				
					
				
			This commit is contained in:
		@@ -31,6 +31,7 @@ while True:
 | 
			
		||||
    else:
 | 
			
		||||
        break
 | 
			
		||||
 | 
			
		||||
with open('music.json', 'w') as f:
 | 
			
		||||
fileName = TAB.lower().replace(' ', '_') + '.json'
 | 
			
		||||
with open(fileName, 'w') as f:
 | 
			
		||||
    json.dump(allTracks, f, indent=4)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user