Linux command
audtool 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Get
audtool current-song
Play/Pause
audtool playback-playpause
Skip
audtool playlist-advance
Example
audtool playback-status
Example
audtool set-volume [75]
说明
audtool is a command-line interface for controlling the Audacious media player. It allows remote control, playlist management, and status queries without opening the GUI. The tool is useful for scripts, keybindings, and automation.
参数
- playback-play
- Start playback
- playback-pause
- Pause playback
- playback-playpause
- Toggle play/pause
- playback-stop
- Stop playback
- playback-status
- Show playback status
- playlist-advance
- Next track
- playlist-reverse
- Previous track
- current-song
- Print current song info
- current-song-filename
- Print filename of current song
- set-volume _n_
- Set volume (0-100)
- get-volume
- Get current volume
- playlist-length
- Number of tracks in playlist
- playlist-song _n_
- Get song at position n
FAQ
What is the audtool command used for?
audtool is a command-line interface for controlling the Audacious media player. It allows remote control, playlist management, and status queries without opening the GUI. The tool is useful for scripts, keybindings, and automation.
How do I run a basic audtool example?
Run `audtool current-song` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does playback-play do in audtool?
Start playback