2017-03-25 07:36:30 +01:00
|
|
|
# id3tag
|
|
|
|
|
2024-02-14 17:25:13 -03:00
|
|
|
> Read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files.
|
2021-08-23 22:33:24 +03:00
|
|
|
> More information: <https://manned.org/id3tag>.
|
2017-03-25 07:36:30 +01:00
|
|
|
|
2024-01-26 18:56:11 +01:00
|
|
|
- Set artist and song title tag of an MP3 file:
|
2017-03-25 07:36:30 +01:00
|
|
|
|
2024-01-26 18:56:11 +01:00
|
|
|
`id3tag --artist {{artist}} --song {{song_title}} {{path/to/file.mp3}}`
|
2017-03-25 07:36:30 +01:00
|
|
|
|
|
|
|
- Set album title of all MP3 files in the current directory:
|
|
|
|
|
2024-10-13 18:33:01 +02:00
|
|
|
`id3tag --album {{album}} {{*.mp3}}`
|
2017-03-25 07:36:30 +01:00
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display help:
|
2017-03-25 07:36:30 +01:00
|
|
|
|
|
|
|
`id3tag --help`
|