Module property_parser

Source
Expand description

JSON parsing logic for properties returned by [Event::PropertyChange], and used internally in MpvExt to parse the response from Mpv::get_property().

This module is used to parse the json data from the data field of known properties. Mpv has about 1000 different properties as of v0.38.0, so this module will only implement the most common ones.

Enumsยง

LoopProperty
Property
An incomplete list of properties that mpv can return.

Functionsยง

mpv_array_to_playlist ๐Ÿ”’
mpv_data_to_playlist_entry ๐Ÿ”’
parse_property
Parse a highlevel Property object from mpv data.