playerctl: add page (#1997)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
726b272e12
commit
a86907d8c4
27
pages/linux/playerctl.md
Normal file
27
pages/linux/playerctl.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# playerctl
|
||||||
|
|
||||||
|
> Utility to control different media players.
|
||||||
|
|
||||||
|
- Toggle play:
|
||||||
|
|
||||||
|
`playerctl play-pause`
|
||||||
|
|
||||||
|
- Next media:
|
||||||
|
|
||||||
|
`playerctl next`
|
||||||
|
|
||||||
|
- Previous media:
|
||||||
|
|
||||||
|
`playerctl previous`
|
||||||
|
|
||||||
|
- List all players:
|
||||||
|
|
||||||
|
`playerctl --list-all`
|
||||||
|
|
||||||
|
- Send a command to a specific player:
|
||||||
|
|
||||||
|
`playerctl --player={{player_name}} {{command}}`
|
||||||
|
|
||||||
|
- Send a command to all players:
|
||||||
|
|
||||||
|
`playerctl --all-players {{command}}`
|
Reference in New Issue
Block a user