mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
456 B
456 B
id3tag
Strumento per leggere, scrivere, e manipolare i tag (etichette) ID3v1 e ID3v2 di file MP3. Maggiori informazioni: https://manned.org/id3tag.
- Imposta l'etichetta dell'artista e del titolo in un file MP3:
id3tag --artist={{artista}} --title={{titolo}} {{percorso/del/file.mp3}}
- Imposta il titolo dell'album di tutti i file MP3 nella directory corrente:
id3tag --album={{album}} {{*.mp3}}
- Fornisce altro aiuto:
id3tag --help