2017-03-25 06:36:30 +00:00
|
|
|
# id3tag
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> Read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files.
|
2021-08-23 20:33:24 +01:00
|
|
|
> More information: <https://manned.org/id3tag>.
|
2017-03-25 06:36:30 +00:00
|
|
|
|
2024-01-26 17:56:11 +00:00
|
|
|
- Set artist and song title tag of an MP3 file:
|
2017-03-25 06:36:30 +00:00
|
|
|
|
2024-01-26 17:56:11 +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
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display help:
|
2017-03-25 06:36:30 +00:00
|
|
|
|
|
|
|
`id3tag --help`
|