Skip to content

tek/mpv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a Haskell implementation of an mpv client using its JSON IPC API, built with polysemy.

⚠ Under Construction ⚠

Conceptual Example

prog =
  interpretMpvNative do
    withMpv do
      Mpv.command (Command.Load [relfile|vid.mkv|])
      Mpv.command (Command.Seek 50 (SeekFlags Absolute SeekFlags.Percent Exact))
      Mpv.command Command.Stop

Releases

No releases published

Packages

No packages published