Skip to content

Small tool to batch-update MP3-ID3v2-Tags (artist + title) of mp3-files based on filename

License

Notifications You must be signed in to change notification settings

angylada/mp3fileInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mp3fileInfo

Enriches ID3-data (artist and title) based on the filename of all mp3-files in either a specific directory if given via command line arguments. If the parameter is being omitted, the current working directory will be used. The filenames need to be in the format "ARTIST - TITLE.mp3" since " - " is the separator.

Every file will be processed in parallel, processing 30 files at once took less than 300ms in multiple tests.

How to build

Linux

go build cmd/mp3fileInfo.go

Windows

Built on linux for execution on Windows:

GOOS=windows GOARCH=amd64 go build cmd/mp3fileInfo.go

About

Small tool to batch-update MP3-ID3v2-Tags (artist + title) of mp3-files based on filename

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages