Modificar los tags de un mp3 en linux
Cambiar los tags de un mp3. Ejmplo, autor,titulo,album…
Instalamos el paquete el cual nos ayudara a realizar dicha tarea.
# apt-get install id3
Una vez instalado ya podremos cambiar los tags a nuestros archivos multimedia.
Ejemplo de utilización.
id3 -t nombreTitulo -a nombreAutor-A NombreAlbum nombreFichero.mp3
usage: id3 -[tTaAycg] `text’ file1 [file2…]
id3 -d file1 [file2…]
id3 -l file1 [file2…]
id3 -L
id3 -v
-t Modifies a Title tag
-T Modifies a Track tag
-a Modifies an Artist tag
-A Modifies an Album tag
-y Modifies a Year tag
-c Modifies a Comment tag
-g Modifies a Genre tag
-l Lists an ID3 tag
-L Lists all genres
-R Uses an rfc822-style format for output
-d Deletes an ID3 tag
-h Displays this help info
-v Prints version info
Saludos.
Comentarios
Ningun Comentario







