Dockerfile to create id3edit image
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
- id3edit's license is GNU General Public License v3.0.
- License for this repository is GNU General Public License v3.0
docker run --rm -it \
-v $(pwd):/work \
-w "/work" \
hckurniawan/id3edit id3edit "$@"
See id3edit GitHub for usage and example