An open API service indexing awesome lists of open source software.

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.

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
```