Twisted Sister - Stay Hungry -2016- -flac 24-192- «FHD»
return result test_string = "Twisted Sister - Stay Hungry -2016- -FLAC 24-192-" parsed = parse_audio_folder_name(test_string)
It sounds like you're looking for a (perhaps for a music file manager, tag editor, or media player) that can intelligently parse and handle messy or inconsistent folder/filename strings like: Twisted Sister - Stay Hungry -2016- -FLAC 24-192-
# Default values result = 'artist': None, 'album': None, 'year': None, 'format': None, 'bit_depth': None, 'sample_rate': None, 'original': text return result test_string = "Twisted Sister - Stay

