http://kseti77xagomoqfzqnphxwhjjlfs2exj6b2fmr3sh6pk23tkcz5dseid.onion/git/mpv-scripts.git/commit/scripts/uosc/lib/menus.lua
Error: ' .. utils.to_string(process.stderr) + end + return items, selected_index + end + + local serialized = serialize_path(path) + if not serialized then + return {}, 0, 'Couldn\'t serialize path "' .. path .. '.' + end + local files, directories, error = read_directory(serialized.path, { + types = opts.allowed_types, + hidden = options.show_hidden_files, + }) + if error then + return {}, 1, error + end + local is_root = not serialized.dirname + + if not files or...