Here’s a Python script that allows you to batch tag MP3 files using the eyed3 library. This script can update metadata like title, artist, album, genre, and year for all MP3 files in a directory.
Requirements
-
Python 3.x
-
eyed3library (pip install eyed3)
Script: batch_tag_mp3s.py
How to Use
-
It sets the title based on the filename by default.
-
Add or omit metadata arguments as needed.
Let me know if you want to extend it to read tags from a CSV file or rename files based on tags.
Share this Page your favorite way: Click any app below to share.