Skip to content

hckurniawan/docker-id3edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerfile to create id3edit image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published