blob: e19ca519c5b20c71ff1d6a99bae9e2a4bd5dfbf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Manipulating mp3s
## id3v2
For editing/viewing mp3 tags.
* `-a`, `--artist`
* `-A`, `--album`
* `-t`, `--song`
* `-y`, `--year`
* `-T`, `--track` (track number)
E.g.
# Can pass multiple files
id3v2 --artist "Blind Guardian" --album "At the Edge of Time" --year 2010 *
* `-l`, `--list`: lists all tags
|