From 3276058ed96968e3d823ac6282fad9ae19aeb1e3 Mon Sep 17 00:00:00 2001 From: Daniel Senff Date: Sat, 25 Mar 2017 07:36:30 +0100 Subject: [PATCH] id3tag.md: add page (#1280) --- pages/common/id3tag.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/common/id3tag.md diff --git a/pages/common/id3tag.md b/pages/common/id3tag.md new file mode 100644 index 000000000..89b073ab5 --- /dev/null +++ b/pages/common/id3tag.md @@ -0,0 +1,15 @@ +# id3tag + +> Tool for reading, writing, and manipulating ID3v1 and ID3v2 tags of MP3 files. + +- Set artist and title tag of one MP3 file on the given path: + +`id3tag --artist={{artist}} --title={{title}} {{path/to/file}} ` + +- Set album title of all MP3 files in the current directory: + +`id3tag --album={{album}} *.mp3` + +- Get more help: + +`id3tag --help`