Organize a huge number of music audio files into distinct folders based on audio genre metadata.
pip3 install tinytag
You need to modify dir_path
and output_path
to the path of your liking inside music_organizer.py as shown below:
dir_path = '../../Music/'
output_path = '../../Playlists/'