- Copy the MP3 files in
Input/Tracks/
; - Copy the
.png
cover art inInput/Artwork/
; - Populate
metadata.csv
with the tags to apply to the MP3 files; - Double click on
fill_metadata.exe
(Windows only) or from command line inside the directory runpython3 fill_metadata.py
(any OS); - Click the
Start
button; - If the track files are not named consistently with the metadata, an error is shown, otherwise all is fine. (Note: the filenames must be in the format
Track title [other info]
).
No dependancy is required to use the executable.
To run the source, you will need Python 3 and the eyed3
module.