akiirui / mpv-handler

A protocol handler for mpv. Use mpv and yt-dlp to play video and music from the websites.
MIT License
262 stars 22 forks source link

Can you add support for seek? --start=<relative time> #63

Closed reapier closed 2 months ago

reapier commented 2 months ago

https://mpv.io/manual/master/#playback-control

Add support for "--start=". I wonder if there should be generic support for more params.

akiirui commented 2 months ago

Done.

I wonder if there should be generic support for more params.

There are no plans to provide "generic" support, such as passing the mpv parameter directly in the URL. Because this isn't safe.