Taglib is a helper tool to quickly update metadata for audio files within a specific directory.
First, clone the repo into the proper location in your $GOPATH:
go get -u github.com/smugcloud/taglib
cd $GOPATH/src/github.com/smugcloud/taglib
Then, to build:
make all
$ taglib -h
Audio metadata inspection and updating.
Usage:
taglib [command]
Available Commands:
list List metadata associated with the files in a directory.
update Update metadata using the global flags.
Flags:
--album string Album name.
--artist string Artist name.
--directory string Directory to evaluate.
Use "taglib [command] --help" for more information about a command.
- List metadata associated with media files within a directory
- Update Album and Artist metadata
- Add additional parameters to update
- Add recursive updates as an optional parameter