/docker-id3edit

Dockerfile to create id3edit image

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

docker-id3edit

Dockerfile to create id3edit image

What

id3edit is a command line tool to edit and debug ID3v2 tags of mp3 files supporting Unicode. This repository contain Dockerfile definition to build Docker image https://hub.docker.com/r/hckurniawan/id3edit

License

Resources

Usage

To use Docker image

docker run --rm -it \
  -v $(pwd):/work \
  -w "/work" \
  hckurniawan/id3edit id3edit "$@"

Use id3edit

See id3edit GitHub for usage and example