mpc-like control interface for mpv - Programming On Unix

Users browsing this thread: 1 Guest(s)
Wildefyr
Long time nixers
Yeah I've been meaning to hack that out actually... Not sure how I'd do it for timestamps but I am looking to probably make it easier to jump through time a little bit easier.

EDIT: okay I've a basic phraser to jump through a track somewhat more easily, just append 's', 'm' or 'h' on the end of the number, like so:

Code:
mpvc -t 10m

I'm looking to implement a phraser to take absolute timestamps for the function "setTimeAbsolute".


Messages In This Thread
mpc-like control interface for mpv - by Wildefyr - 12-01-2016, 11:09 PM
RE: mpc-like control interface for mpv - by venam - 13-01-2016, 01:31 AM
RE: mpc-like control interface for mpv - by venam - 13-01-2016, 12:36 PM
RE: mpc-like control interface for mpv - by apk - 13-01-2016, 04:01 PM
RE: mpc-like control interface for mpv - by Wildefyr - 21-02-2016, 02:09 PM