37 lines
658 B
Markdown
37 lines
658 B
Markdown
# audtool
|
||
|
||
> 通过命令控制 Audacious。
|
||
> 另请参见:`audacious`。
|
||
> 更多信息:<https://manned.org/audtool>。
|
||
|
||
- 播放/暂停音频播放:
|
||
|
||
`audtool playback-playpause`
|
||
|
||
- 打印当前播放歌曲的艺术家、专辑和歌曲名称:
|
||
|
||
`audtool current-song`
|
||
|
||
- 设置音频播放的音量:
|
||
|
||
`audtool set-volume {{100}}`
|
||
|
||
- 跳到下一首歌曲:
|
||
|
||
`audtool playlist-advance`
|
||
|
||
- 打印当前歌曲的比特率(以千比特为单位):
|
||
|
||
`audtool current-song-bitrate-kbps`
|
||
|
||
- 如果隐藏则以全屏模式打开 Audacious:
|
||
|
||
`audtool mainwin-show`
|
||
|
||
- 显示帮助:
|
||
|
||
`audtool help`
|
||
|
||
- 显示设置:
|
||
|
||
`audtool preferences-show` |