Home

Awesome

mpvMatroska

mpvMatroska is a Lua script for mpv which almost turns mpv into a full Matroska player.

The project is under construction and not much is working yet and a lot will change over time. Nevertheless, there are already some working Matroska features.

mpvMatroska development

To test the Matroska features I use my Matroska-Playback repo.

Installation

mpvMatroska uses some other Lua modules.

But to keep everything simple, mpvMatroska uses the mpv folder system for scripts that consist of several modules.

All you have to do is copy the mpvMatroska folder into the mpv-scripts folder.

The current version of mpvMatroska can be downloaded in the Releases.

uosc

mpvMatroska uses the GUI from uosc to display lists and buttons. mpvMatroska still works without uosc, but then you don't have any selection lists.

working Matroska features

mpvMatroska features

Matroska Content-Grouping

This Matroska feature is about grouping the content in a Matroska file in a meaningful way. The content is all track types as well as the editions/chapters. This is the basic basis of Haali TRACKSETEX. The Matroska Attachments could be used as additional content, for example to specifically load a font for a subtitle.

The hotkey g is available to switch through existing content groups. Furthermore, a freely selectable hotkey can be set up in the mpv input.conf using the script-message-to system.

To switch the content groups with the "k" key, the following line is used.

k script-message-to mpvMatroska cycle-contentgroups

If uosc is installed you can open the selection menu with the hotkey ALT+g. You can also assign your own hotkey to open the selection menu.

G script-message-to mpvMatroska open-contentgroups

You can also install your own button in the control menu in uosc. To do this you have to adapt the line controls= in uosc.conf. I use the following code for this.

command:hub:script-binding mpvMatroska/open-contentgroups?Content-Groups

Matroska Editions

Currently mpv doesn't handle multiple editions correctly and even creates an incorrect list when linking chapters come into play. Therefore, the mpv internal method should not be used to switch editions.

You can also assign a separate hotkey to switch between editions.

your-key script-message-to mpvMatroska cycle-editions

A separate editions button can (and should) be created in the uosc control menu. To do this you have to adapt the line controls= in uosc.conf. The predefined standard entry must be replaced.

// original entry:
<has_many_edition>editions

// to be replaced with:
command:bookmarks:script-binding mpvMatroska/open-editions?Editions