From 70d95676d4748ee8e27cab7f7de2ecdf3c09ad17 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 7 Apr 2017 21:28:55 +0100 Subject: [PATCH] eyeD3: add page --- pages/linux/eyeD3.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/linux/eyeD3.md diff --git a/pages/linux/eyeD3.md b/pages/linux/eyeD3.md new file mode 100644 index 000000000..213e469b0 --- /dev/null +++ b/pages/linux/eyeD3.md @@ -0,0 +1,19 @@ +# eyeD3 + +> Manipulate mp3 files. + +- View information about an mp3 file: + +`eyeD3 {{filename.mp3}}` + +- Set the album of all the mp3 files in a directory: + +`eyeD3 --album {{"Album Name"}} {{*.mp3}}` + +- Set the front cover art for an mp3 file: + +`eyeD3 --add-image {{front_cover.jpeg}}:FRONT_COVER: {{filename.mp3}}` + +- Set the title of an mp3 file: + +`eyeD3 --title {{"A Title"}} {{filename.mp3}}`