Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 869 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 869 Bytes

mptags

For some reason, all the fancy tools to edit song tags were too cumbersome and heavy for my liking. mptags is a quick-and-dirty tool for bulk assigning song metadata to audio files based on their filename/dir.

Usage

mptags is a tool to bulk assign tags to music files based on their filename/dir

Usage:
  mptags [argument] [--flags]

Arguments:
  path: (optional) album path, defaults to $PWD
    $ mptags /path/to/album

  help: show command information
    $ mptags help

  version: show build version
    $ mptags version

Flags:
  -h, --help: show command information
  -v, --version: show build version

Development

Requires static taglib libraries to compile - see go-taglib for more.

arch (btw) sudo pacman -S taglib

Build

./bin/build

License

MIT