> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/linux/playerctl.md).

# playerctl

[playerctl](https://github.com/altdesktop/playerctl) is a useful Linux command line tool which can be used to control Music players.

```
# Command the first instance of VLC to play
playerctl --player=vlc play

# Command all players to stop
playerctl --all-players stop
```
