A simple python script that organizes your music library by the artist and album using metadata tags from MP3 files.
- Install the required dependencies:
pip install eyed3
- Clone the repository
git clone https://github.com/cmershon2/MetaTag-Music-Organizer.git
- Navigate to the project directory
cd MetaTag-Music-Organizer
- Modify the source and destination folder paths in the
main.py
script if needed. - Run the script to organize your music library:
python main.py
This script assumes that all MP3 files have valid artist and album metadata. Test on a small subset of your library before applying to the entire collection.