File: id3tag.1

package info (click to toggle)
id3lib3.8.3 3.8.3-16.2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,636 kB
  • ctags: 3,103
  • sloc: cpp: 12,364; sh: 9,186; ansic: 7,240; makefile: 355; php: 325
file content (69 lines) | stat: -rw-r--r-- 1,434 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.TH ID3TAG 1 "May 2000" local "User Command"
.SH NAME
id3tag \- Tags an mp3 file with id3v1 and/or id3v2 tags.
.SH SYNOPSIS
.B id3tag
.RB [
.I OPTION
.RB ] ...
.RB [
.I FILE
.RB ] ...
.br
.SH DESCRIPTION
.B 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.

.SH OPTIONS
.TP
.B \-1, \-\-v1tag
Render only the id3v1 tag
.TP
.B \-2, \-\-v2tag
Render only the id3v2 tag
.TP
.B \-h, \-\-help
Display help and exit
.TP
.B \-v, \-\-version
Display version information and exit
.TP
.B \-a, \-\-artist ARTIST
Set the artist information
.TP
.B \-s, \-\-song SONG
Set the song title information
.TP
.B \-A, \-\-album ALBUM
Set the album title information
.TP
.B \-c, \-\-comment COMMENT
Set the comment information
.TP
.B \-C, \-\-desc DESCRIPTION
Set the comment description
.TP
.B \-g, \-\-genre num
Set the genre number
.TP
.B \-y, \-\-year num
Set the year
.TP
.B \-t, \-\-track num
Set the track number
.TP
.B \-T, \-\-total num
Set the total number of tracks on the album

.SH SEE ALSO
id3convert(1), id3info(1), id3v2(1)
.SH AUTHOR
.B 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>.