EliasAfara / music-organizer-by-genre

Organize a huge number of music audio files into distinct folders based on audio genre metadata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music Organizer by Genre

Organize a huge number of music audio files into distinct folders based on audio genre metadata.

Libraries Used 🚀

Install tinytag

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/'

About

Organize a huge number of music audio files into distinct folders based on audio genre metadata.

License:MIT License


Languages

Language:Python 100.0%