Skip to content

A script to control the mpv media player from the terminal

Notifications You must be signed in to change notification settings

Kishiko73/mpv-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

mpv-client

Remote control script for MPV using the built in JSON IPC

Usage

./mpv-client -S <path>

Start mpv at <path>
Example: ./mpv-client -S ~/Music

./mpv-client -a <path>

Appends <path> to the end of playlist

./mpv-client -c <path>

Add <path> next in the playlist and immediately play it

./mpv-client -q <path>

Add <path> next in the playlist


./mpv-client -s <amount>

Seek by <amount> seconds in the current playback

./mpv-client -v <amount>

Change Volume by <amount>


./mpv-client -l

Toggle Playback Looping

./mpv-client -r

Restart Playback

./mpv-client -p

Play Previous

./mpv-client -P

Toggle Playback

./mpv-client -n

Play Next

About

A script to control the mpv media player from the terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%