m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/mp3.md
diff options
context:
space:
mode:
Diffstat (limited to 'mp3.md')
-rw-r--r--mp3.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/mp3.md b/mp3.md
new file mode 100644
index 0000000..e19ca51
--- /dev/null
+++ b/mp3.md
@@ -0,0 +1,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