15 lines
206 B
Markdown
15 lines
206 B
Markdown
# Playerctl Python
|
|
|
|
Control mpris based music players via command line.
|
|
|
|
## Usage
|
|
|
|
```
|
|
playerctl.py next
|
|
playerctl.py previous
|
|
playerctl.py pause
|
|
playerctl.py play
|
|
playerctl.py toggle
|
|
playerctl.py stop
|
|
```
|