pages*/*: update outdated pages, pages/*: fix placeholders (#14171)

This commit is contained in:
Sebastiaan Speck
2024-10-13 18:33:01 +02:00
committed by GitHub
parent ae804a9614
commit 3d6d73a9d1
84 changed files with 153 additions and 161 deletions

View File

@@ -5,11 +5,11 @@
- Imposta l'etichetta dell'artista e del titolo in un file MP3:
`id3tag --artist={{artista}} --title={{titolo}} {{percorso/del/file.mp3}}`
`id3tag --artist {{artista}} --song {{titolo}} {{percorso/del/file.mp3}}`
- Imposta il titolo dell'album di tutti i file MP3 nella directory corrente:
`id3tag --album={{album}} {{*.mp3}}`
`id3tag --album {{album}} {{*.mp3}}`
- Fornisce altro aiuto: