Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272732
Collapse All | Expand All

(-)lltag-0.14.2.orig/lltag.1 (-8 / +8 lines)
Lines 176-186 Link Here
176
.SH OPTIONS
176
.SH OPTIONS
177
177
178
.TP
178
.TP
179
.BI "-A, --album" " <album>"
179
.BI "-A, --ALBUM" " <album>"
180
Add a value for the \fIALBUM\fR tag.
180
Add a value for the \fIALBUM\fR tag.
181
181
182
.TP
182
.TP
183
.BI "-a, --artist" " <artist>"
183
.BI "-a, --ARTIST" " <artist>"
184
Add a value for the \fIARTIST\fR tag.
184
Add a value for the \fIARTIST\fR tag.
185
185
186
.TP
186
.TP
Lines 237-243 Link Here
237
may be used (set to something like "http://my.proxy.com").
237
may be used (set to something like "http://my.proxy.com").
238
238
239
.TP
239
.TP
240
.BI "-c, --comment" " <comment>"
240
.BI "-c, --COMMENT" " <comment>"
241
Add a value for the \fICOMMENT\fR tag.
241
Add a value for the \fICOMMENT\fR tag.
242
242
243
.TP
243
.TP
Lines 255-261 Link Here
255
below for details.
255
below for details.
256
256
257
.TP
257
.TP
258
.BI "-d, --date" " <date>"
258
.BI "-d, --DATE" " <date>"
259
Add a value for the \fIDATE\fR tag.
259
Add a value for the \fIDATE\fR tag.
260
Note that the ID3 date tag may only store 4 characters (for a year).
260
Note that the ID3 date tag may only store 4 characters (for a year).
261
261
Lines 293-299 Link Here
293
.IR guess .
293
.IR guess .
294
294
295
.TP
295
.TP
296
.BI "-g, --genre" " <genre>"
296
.BI "-g, --GENRE" " <genre>"
297
Add a value for the \fIGENRE\fR tag.
297
Add a value for the \fIGENRE\fR tag.
298
While some file types accept any string as a genre, some others
298
While some file types accept any string as a genre, some others
299
(especially ID3v1 tags in MP3 files) require the string to match
299
(especially ID3v1 tags in MP3 files) require the string to match
Lines 342-348 Link Here
342
Note that merging/appending takes care of removing duplicates.
342
Note that merging/appending takes care of removing duplicates.
343
343
344
.TP
344
.TP
345
.BI "-n, --number" " <number>"
345
.BI "-n, --NUMBER" " <number>"
346
Add a value for the \fINUMBER\fR tag.
346
Add a value for the \fINUMBER\fR tag.
347
347
348
.TP
348
.TP
Lines 489-495 Link Here
489
to get the detailled impact of this option.
489
to get the detailled impact of this option.
490
490
491
.TP
491
.TP
492
.BI "-t, --title" " <title>"
492
.BI "-t, --TITLE" " <title>"
493
Add a value for the \fITITLE\fR tag.
493
Add a value for the \fITITLE\fR tag.
494
494
495
.TP
495
.TP
Lines 962-968 Link Here
962
.RE
962
.RE
963
Set the ALBUM, ARTIST and GENRE tag values of the MP3 files in the current directory:
963
Set the ALBUM, ARTIST and GENRE tag values of the MP3 files in the current directory:
964
.RS
964
.RS
965
lltag --artist "Queen" --album "Innunendo" --genre "rock" --comment="very cool" *.mp3
965
lltag --ARTIST "Queen" --ALBUM "Innunendo" --GENRE "rock" --COMMENT="very cool" *.mp3
966
.RE
966
.RE
967
Rename a file by assembling its current NUMBER, ARTIST and TITLE tag values:
967
Rename a file by assembling its current NUMBER, ARTIST and TITLE tag values:
968
.RS
968
.RS

Return to bug 272732