id3tool
id3tool es un programa que se puede utilizar para ver y editar etiquetas id3 desde la línea de comandos.
Cuando se invoca desde la línea de comandos con nombres de archivos y sin opciones, mostrará los campos usados de las etiquetas id3.
Cuando se invoca desde la línea de comandos con nombres de archivos y opciones "set", cambiará los campos de la etiqueta id3 especificados a los valores especificados en todos los archivos.
Debido a las limitaciones de la especificación ID3v1, la mayoría de los campos están limitados a 30 caracteres.
El campo de nota está limitado a 28 caracteres si se utiliza un número de pista.
Puede forzar que una etiqueta sea v1.1 especificando un número de pista distinto de cero, o forzar que una etiqueta a ser v1.0 especificando un número de pista cero (0).
id3tool - a command line editor for id3 tags. The programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A complete list of options are included below. For a complete description, use the help option. -t, --set-title=WORD Sets the title to WORD -a, --set-album=WORD Sets the album to WORD -r, --set-artist=WORD Sets the artist to WORD -y, --set-year=YEAR Sets the year to YEAR [4 digits] -n, --set-note=WORD Sets the note to WORD -g, --set-genre=INT Sets the genre code to INT (the codes can be acquired from the genre list.) -G, --set-genre-word=WORD Sets the genre to WORD (given that WORD is from the genre list.) -c, --set-track=INT Sets the track to INT -h, --help Show summary of options. -v, --version Show version of program. -l, --genre-list Shows the genre list.
http://manpages.ubuntu.com/manpages/bionic/man1/id3tool.1.html