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

32
pages.zh/linux/mpg123.md Normal file
View File

@@ -0,0 +1,32 @@
# mpg123
> 控制台 MPEG 音频播放器。
> 更多信息:<https://manned.org/mpg123>。
- 播放指定的 mp3 文件:
`mpg123 {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
-`stdin` 播放 mp3
`cat {{file.mp3}} | mpg123 -`
- 跳转到下一首歌:
`f`
- 返回到当前歌曲的开头:
`b`
- 停止或重播当前文件:
`s`
- 快进:
`.`
- 退出:
`q`