tldr/pages/common/id3tag.md

17 lines
397 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.
> More information: <https://manned.org/id3tag>.
2017-03-25 06:36:30 +00:00
- Set artist and song title tag of an MP3 file:
2017-03-25 06:36:30 +00:00
`id3tag --artist {{artist}} --song {{song_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`