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}}`