http://kseti77xagomoqfzqnphxwhjjlfs2exj6b2fmr3sh6pk23tkcz5dseid.onion/git/mpv-scripts.git/commit/scripts/uosc/lib/menus.lua
: string} +function create_select_tracklist_type_menu_opener(opts) + local snd = opts.secondary + local function get_props() + return tonumber(mp.get_property(opts.prop)), snd and tonumber(mp.get_property(snd.prop)) or nil + end + + local function serialize_tracklist(tracklist) + local items = {} + + if opts.load_command then + items[#items + 1] = { + title = t('Load'), + bold = true, + italic = true, + hint = t('open file'), + value = '{load}', + actions = opts.download_command...