add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

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

@@ -0,0 +1,24 @@
# id3v2
> 管理 id3v2 标签,转换和列出 id3v1。
> 更多信息:<https://manned.org/id3v2.1>。
- 列出所有音乐风格:
`id3v2 --list-genres`
- 列出特定文件的所有标签:
`id3v2 --list {{path/to/file1 path/to/file2 ...}}`
- 删除特定文件的所有 `id3v2``id3v1` 标签:
`id3v2 {{--delete-v2|--delete-v1}} {{path/to/file1 path/to/file2 ...}}`
- 显示帮助:
`id3v2 --help`
- 显示版本:
`id3v2 --version`