https://github.com/duncaen/mpvctl
Shell scripts to control a long running mpv from command line.
https://github.com/duncaen/mpvctl
Last synced: 5 days ago
JSON representation
Shell scripts to control a long running mpv from command line.
- Host: GitHub
- URL: https://github.com/duncaen/mpvctl
- Owner: Duncaen
- Created: 2015-12-12T18:27:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T16:50:18.000Z (about 9 years ago)
- Last Synced: 2025-01-13T17:41:59.136Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mpvctl
Shell scripts to control a long running mpv from command line.
## Usage
```
./mpvctl [ARGS...]
COMMANDS:
play - start playing
pause - pause current file
stop - stop and clear playlist
next - play next file
prev - play previous file
add [...] - add parameters to playlist
album [...] - play matching albums
track [...] - play matching tracks
PIPE:
find ~/music/ -type f | ./mpvctl
```
## Installation
```
make
make install
```