mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 01:35:32 +02:00
eyeD3: reorder examples, capitalize MP3
I think this order of the examples better matches a progression in complexity
This commit is contained in:
parent
d2d374297a
commit
55517e7d39
1 changed files with 8 additions and 8 deletions
|
@ -1,19 +1,19 @@
|
||||||
# eyeD3
|
# 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}}`
|
`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}}`
|
`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}}`
|
`eyeD3 --add-image {{front_cover.jpeg}}:FRONT_COVER: {{filename.mp3}}`
|
||||||
|
|
||||||
- Set the title of an mp3 file:
|
|
||||||
|
|
||||||
`eyeD3 --title {{"A Title"}} {{filename.mp3}}`
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue