tldr/pages/common/id3tag.md

16 lines
339 B
Markdown
Raw Normal View History

2017-03-25 06:36:30 +00:00
# id3tag
> Tool for reading, writing, and manipulating ID3v1 and ID3v2 tags of MP3 files.
2017-04-22 14:37:16 +01:00
- Set artist and title tag of an MP3 file:
2017-03-25 06:36:30 +00:00
2017-04-22 14:37:16 +01:00
`id3tag --artist={{artist}} --title={{title}} {{path/to/file.mp3}}`
2017-03-25 06:36:30 +00:00
- Set album title of all MP3 files in the current directory:
2017-04-22 14:37:16 +01:00
`id3tag --album={{album}} {{*.mp3}}`
2017-03-25 06:36:30 +00:00
- Get more help:
`id3tag --help`