Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

LePips/MPVUI

Open more actions menu

Repository files navigation

MPVUI

🚧 Work in progress 🛠️

MPVUI is a wrapper around mpv for more compatible audio and video media playback on iOS, tvOS, and macOS.

Currently utilizing MPVKit for easy mpv access through Swift Package Manager.

Usage

The MPVClient object is core wrapper around mpv, containing commands to load, play, and customize media playback.

// mp3 example
let client = MPVClient()
try! client._command(.loadfile, arguments: "music.mp3", "replace")
client.play()

Construction

  • player views for video playback
  • API around commands
  • better event observation
  • provide route to decouple from mpvkit

About

Swift wrapper for mpv

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.