Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

id3tag(1) [debian man page]

ID3TAG(1)							   User Command 							 ID3TAG(1)

NAME
id3tag - Tags an mp3 file with id3v1 and/or id3v2 tags. SYNOPSIS
id3tag [ OPTION ]... [ FILE ]... DESCRIPTION
Id3tag will render both types of tag by default. Only the last tag type indicated in the option list will be used. Non- rendered will remain unchanged in the original file. Will also parse and convert Lyrics3 v2.0 frames, but will not render them. OPTIONS
-1, --v1tag Render only the id3v1 tag -2, --v2tag Render only the id3v2 tag -h, --help Display help and exit -v, --version Display version information and exit -a, --artist ARTIST Set the artist information -s, --song SONG Set the song title information -A, --album ALBUM Set the album title information -c, --comment COMMENT Set the comment information -C, --desc DESCRIPTION Set the comment description -g, --genre num Set the genre number -y, --year num Set the year -t, --track num Set the track number -T, --total num Set the total number of tracks on the album SEE ALSO
id3convert(1), id3info(1), id3v2(1) AUTHOR
id3lib was originally designed and implemented by Dirk Mahoney and is maintained by Scott Thomas Haug <sth2@cs.wustl.edu>. Manual page written for Debian GNU/Linux by Robert Woodcock <rcw@debian.org>. local May 2000 ID3TAG(1)

Check Out this Related Man Page

ID3CONVERT(1)							   User Command 						     ID3CONVERT(1)

NAME
id3convert - Converts between id3v1 and id3v2 tags of an mp3 file. SYNOPSIS
id3convert [ OPTION ] [ FILE ] DESCRIPTION
Id3convert converts between id3v1 and id3v2 tags of an mp3 file. Id3convert will render both types of tag by default. Only the last tag type indicated in the option list will be used. Non-rendered tags will remain unchanged in the original file. Id3convert will also parse and convert Lyrics3 v2.0 frames, but will not render them. OPTIONS
-1, --v1tag Render only the id3v1 tag -1, --v2tag Render only the id3v2 tag -s, --strip Strip, rather than render, the tags -p, --padding Use padding in the tag -h, --help Display help and exit -v, --version Display version information and exit SEE ALSO
id3tag(1), id3info(1), id3v2(1) AUTHOR
id3lib was originally designed and implemented by Dirk Mahoney and is maintained by Scott Thomas Haug <sth2@cs.wustl.edu>. Manual page written for Debian GNU/Linux by Robert Woodcock <rcw@debian.org>. local May 2000 ID3CONVERT(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

replacing few characters in a file

Hi All, I have huge xml file. The file contains some comment tags . I have requirement to replace comment tag with another comment tag. Say for example : file X has -- Part of the file <?xml version="1.0" encoding="ISO-2"?><translationResults jobDate="20070123 23:20:51"... (1 Reply)
Discussion started by: purnakarthik
1 Replies

2. UNIX for Dummies Questions & Answers

Need help with basic unix script

What I am supposed to do is creat a menu with the following Find a song Find a album Sort by artist Delete a song Add a new song Quit Now the file with the song information is database Here is what I have so far #!/bin/bash #================================================= #Script Name:... (1 Reply)
Discussion started by: stp0052
1 Replies

3. Programming

id3lib SEGFAULT

Hello everyone, I'm writing a program using the id3lib unfortunately I've encountered with memory issue that cause segmentation fault. I tried to rerun and analyze the program with valgrind but it doesn't point me anywhere. I really stuck on this one. Valgrind output: ==14716== Invalid read of... (2 Replies)
Discussion started by: errb
2 Replies

4. Shell Programming and Scripting

a little help with find and directory path for application

Just a little backgroud, I have a library of mp3 files in the following structure: /mp3/artist/album/track.mp3 Also contained in each album directory is a cover.jpg which contains the cover art file for that particular album. I want to add the cover.jpg to the mp3 tag and have been using... (8 Replies)
Discussion started by: barrydocks
8 Replies

5. Shell Programming and Scripting

Error on id3v2 automation script

Hi all, I have some audiobooks which i'm trying to add the mp3tags based using id3v2 on the folder Example: Abigail Gibbs - (The Dark Heroine #01) - Dinner with a Vampire Tags that I'm hoping to write Artist: Abigail Gibbs Album: The Dark Heroine #01 Song: Dinner with a Vampire Any help... (1 Reply)
Discussion started by: itschrisonline
1 Replies