1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:14:17 +02:00

mid3v2: fix typo (#17301)

This commit is contained in:
Managor 2025-07-21 22:42:13 +03:00 committed by GitHub
parent 4432f0b6e6
commit 0fb5fa793b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,28 +6,28 @@
- List all supported ID3v2.3 or ID3v2.4 frames and their meanings:
`id3v2 --list-frames {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
`mid3v2 --list-frames {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
- List all supported ID3v1 numeric genres:
`id3v2 --list-genres {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
`mid3v2 --list-genres {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
- List all tags in specific files:
`id3v2 --list {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
`mid3v2 --list {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
- Set specific artist, album, or song information:
`id3v2 {{--artist|--album|--song}}={{string}} {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
`mid3v2 {{--artist|--album|--song}}={{string}} {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
- Set specific picture information:
`id3v2 --picture={{filename:description:image_type:mime_type}} {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
`mid3v2 --picture={{filename:description:image_type:mime_type}} {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
- Set specific year information:
`id3v2 --year={{YYYY}} {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
`mid3v2 --year={{YYYY}} {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
- Set specific date information:
`id3v2 --date={{YYYY-MM-DD}} {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
`mid3v2 --date={{YYYY-MM-DD}} {{path/to/file1.mp3 path/to/file2.mp3 ...}}`