mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Lyric optimizations
This commit is contained in:
		| @@ -92,6 +92,7 @@ def format_string(string, metadata, output_extension=""): | ||||
|         "{track-number}" : metadata["track_number"], | ||||
|         "{total-tracks}" : metadata["total_tracks"], | ||||
|         "{isrc}"         : metadata["external_ids"]["isrc"], | ||||
|         # TODO: Call `str.zfill` fill on track-id | ||||
|         "{track-id}"     : metadata.get("id", ""), | ||||
|         "{output-ext}"   : output_extension, | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user