From 55517e7d3931c9c837ef29ebc61d5d8fa00a6607 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 15 Apr 2017 13:01:36 +0100 Subject: [PATCH] eyeD3: reorder examples, capitalize MP3 I think this order of the examples better matches a progression in complexity --- pages/linux/eyeD3.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/linux/eyeD3.md b/pages/linux/eyeD3.md index 91a393db5..90c3ecbd8 100644 --- a/pages/linux/eyeD3.md +++ b/pages/linux/eyeD3.md @@ -1,19 +1,19 @@ # eyeD3 -> Read and manipulate metadata of mp3 files. +> Read and manipulate metadata of MP3 files. -- View information about an mp3 file: +- View information about an MP3 file: `eyeD3 {{filename.mp3}}` -- Set the album of all the mp3 files in a directory: +- Set the title of an MP3 file: + +`eyeD3 --title {{"A Title"}} {{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: +- 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}}`