id3v2: add page (#9653)

* Add `id3v2` command page

* Highlight names via backticks
pull/1/head
Emily Grace Seville 2022-12-23 12:58:14 +10:00 committed by GitHub
parent 8d2c5bcc88
commit 34f8e09b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/linux/id3v2.md Normal file
View File

@ -0,0 +1,24 @@
# id3v2
> Manages id3v2 tags, converts and lists id3v1.
> More information: <https://manned.org/id3v2.1>.
- List all genres:
`id3v2 listgenres`
- List all tags of specific files:
`id3v2 --list-tags {{path/to/file1 path/to/file2 ...}}`
- Delete all `id3v2` or `id3v1` tags of specific files:
`id3v2 {{--deletev2|--deletev1}} {{path/to/file1 path/to/file2 ...}}`
- Display help:
`id3v2 --help`
- Display version:
`id3v2 version`