mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
id3tag.md: add page (#1280)
This commit is contained in:
parent
b62fb5377a
commit
3276058ed9
1 changed files with 15 additions and 0 deletions
15
pages/common/id3tag.md
Normal file
15
pages/common/id3tag.md
Normal file
|
@ -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`
|
Loading…
Add table
Reference in a new issue