id3tag.md: add page (#1280)

coverage
Daniel Senff 2017-03-25 07:36:30 +01:00 committed by Agniva De Sarker
parent b62fb5377a
commit 3276058ed9
1 changed files with 15 additions and 0 deletions

15
pages/common/id3tag.md Normal file
View File

@ -0,0 +1,15 @@
# id3tag
> Tool for reading, writing, and manipulating ID3v1 and ID3v2 tags of MP3 files.
- Set artist and title tag of one MP3 file on the given path:
`id3tag --artist={{artist}} --title={{title}} {{path/to/file}} `
- Set album title of all MP3 files in the current directory:
`id3tag --album={{album}} *.mp3`
- Get more help:
`id3tag --help`