2021-11-07 17:16:10 +01:00
|
|
|
# mp3info
|
|
|
|
|
|
|
|
> Viewer/editor for ID3v1 (but not ID3v2) tags of MP3 files.
|
2025-05-04 20:03:26 +03:00
|
|
|
> More information: <https://www.ibiblio.org/mp3info/mp3info.html>.
|
2021-11-07 17:16:10 +01:00
|
|
|
|
|
|
|
- Show all ID3v1 tags of a specific MP3 file:
|
|
|
|
|
|
|
|
`mp3info {{path/to/file.mp3}}`
|
|
|
|
|
2025-06-24 08:02:23 -05:00
|
|
|
- Edit ID3v1 tags [i]nteractively:
|
2021-11-07 17:16:10 +01:00
|
|
|
|
|
|
|
`mp3info -i {{path/to/file.mp3}}`
|
|
|
|
|
2025-06-24 08:02:23 -05:00
|
|
|
- Set values for ID3v1 tags in a specific MP3 file ([a]rtist, [t]itle, a[l]bum, [y]ear, and [c]omment):
|
2021-11-07 17:16:10 +01:00
|
|
|
|
|
|
|
`mp3info -a "{{artist_name}}" -t "{{song_title}}" -l "{{album_title}}" -y {{year}} -c "{{comment_text}}" {{path/to/file.mp3}}`
|
|
|
|
|
2025-06-24 08:02:23 -05:00
|
|
|
- Set the [n]umber of the track in the album for a specific MP3 file:
|
2021-11-07 17:16:10 +01:00
|
|
|
|
|
|
|
`mp3info -n {{track_number}} {{path/to/file.mp3}}`
|
|
|
|
|
2025-06-24 08:02:23 -05:00
|
|
|
- [G]et a list of valid genres and their numeric codes:
|
2021-11-07 17:16:10 +01:00
|
|
|
|
|
|
|
`mp3info -G`
|
|
|
|
|
2025-06-24 08:02:23 -05:00
|
|
|
- Set the music [g]enre for a specific MP3 file:
|
2021-11-07 17:16:10 +01:00
|
|
|
|
|
|
|
`mp3info -g {{genre_number}} {{path/to/file.mp3}}`
|