-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsearch-page.lua
565 lines (478 loc) · 19.7 KB
/
search-page.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
--[[
For the full documentation see: https://github.com/CogentRedTester/mpv-search-page
This script allows you to search for keybinds, properties, options and commands and have matching entries display on the OSD.
The search is case insensitive, and the script sends the filter directly to a lua string match function,
so you can use patterns to get more complex filtering.
The keybind page searches and displays the key, command, section, and any comments.
The command page searches just the command name, but also shows information about arguments.
The properties page will search just the property name, but will also show contents of the property
The options page will search the name and option choices, it shows default values, choices, and ranges
The search page will remain open until told to close. This key is esc.
The default commands are:
f12 script-binding search-keybinds
Ctrl+f12 script-binding search-commands
Shift+f12 script-binding search-properties
Alt+f12 script-binding search-options
Ctrl+Shift+Alt script-binding search-all
Once the command is sent the console will open with a pre-entered search command, simply add a query string as the first argument.
Using the above keybinds will pre-enter the raw query command into the console, but you can modify it to search multiple criteria at once.
The raw command is:
script-message search_page/input [query types] [query string] {flags}
The valid query types are as follows:
key$ searches keybindings
cmd$ searches commands
prop$ searches properties
opt$ searches options
all$ searches all
These queries can be combined, i.e. key$cmd$ to search multiple categories at once
Sending a query message without any arguments (or with only the type argument) will reopen the last search.
Flags are strings you can add to the end to customise the query, currently there are 3:
wrap search for a whole word only
pattern don't convert the query to lowercase, required for some Lua patterns
exact don't convert anything to lowercase
These flags can be combined, so for example a query `t wrap` would normally result in both lower and upper case t binds, however,
`t wrap+exact` will return only lowercase t. The pattern flag is only useful when doing some funky pattern stuff, for example:
`f%A wrap+pattern` will return all complete words containing f followed by a non-letter. Often exact will work just fine for this,
but in this example we might still want to find upper-case keys, like function keys, so using just pattern can be more useful.
These may be subject to change
]]--
local mp = require 'mp'
local msg = require 'mp.msg'
local opt = require 'mp.options'
local utils = require 'mp.utils'
local o = {
--there seems to be a significant performance hit from having lots of text off the screen
max_list = 20,
--number of pixels to pan on each click
--this refers to the horizontal panning
pan_speed = 100,
--all colour options
ass_header = "{\\c&H00ccff&\\fs40\\b500\\q2\\fnMonospace}",
ass_underline = "{\\c&00ccff&\\fs30\\b100\\q2}",
ass_footer = "{\\c&00ccff&\\b500\\fs20}",
ass_selector = "{\\c&H00ccff&}",
ass_allselectorspaces = "{\\fs20}",
--colours for keybind page
ass_allkeybindresults = "{\\fs20\\q2}",
ass_key = "{\\c&Hffccff&}",
ass_section = "{\\c&H00cccc&}",
ass_cmdkey = "{\\c&Hffff00&}",
ass_comment = "{\\c&H33ff66&}",
--colours for commands page
ass_cmd = "{\\c&Hffccff&\\fs20\\q2}",
ass_args = "{\\fs20\\c&H33ff66&}",
ass_optargs = "{\\fs20\\c&Hffff00&}",
ass_argtype = "{\\c&H00cccc&\\fs12}",
--colours for property list
ass_properties = "{\\c&Hffccff&\\fs20\\q2}",
ass_propertycurrent = "{\\c&Hffff00&}",
--colours for options list
ass_options = "{\\c&Hffccff&>\\fs20\\q2}",
ass_optvalue = "{\\fs20\\c&Hffff00&}",
ass_optionstype = "{\\c&H00cccc&}{\\fs20}",
ass_optionsdefault = "{\\c&H00cccc&}",
--list of choices for choice options, ranges for numeric options
ass_optionsspec = "{\\c&H33ff66&\\fs20}",
}
opt.read_options(o, "search_page")
package.path = mp.command_native({"expand-path", "~~/script-modules/?.lua;"})..package.path
local ui = require "user-input-module"
local _list = require "scroll-list"
local list_meta = getmetatable( _list ).__scroll_list
local osd_display = mp.get_property_number('osd-duration')
list_meta.header_style = o.ass_header
list_meta.wrapper_style = o.ass_footer
list_meta.indent = [[\h\h\h]]
list_meta.num_entries = o.max_list
list_meta.empty_text = "no results"
local CURRENT_PAGE = nil
local LATEST_SEARCH = {
keyword = "",
flags = ""
}
--in lua 5.1 there is only one return value which will be nil if run from the main thread
--in lua 5.2 main will be true if running from the main thread
function coroutine_assert(err)
local co, main = coroutine.running()
assert(not main and co, err or "error - function must be executed from within a coroutine")
return co
end
--resumes a coroutine and prints an error if it was not sucessful
function coroutine_resume_err(...)
local success, err = coroutine.resume(...)
if not success then
msg.error(err)
end
return success
end
--creates a callback fuction to resume the current coroutine
function coroutine_callback()
local co = coroutine_assert("cannot create a coroutine callback for the main thread")
return function(...)
return coroutine_resume_err(co, ...)
end
end
--loads the header
function list_meta:format_header()
self:append("{\\pos("..self.posX..",10)\\an7}")
local flags = self.flags
if not flags then
flags = ""
else
flags = " ("..flags..")"
end
self:append(o.ass_header.."Search results for "..self.type ..' "'..self.ass_escape(self.keyword or "")..'"'..flags)
self:newline()
self:append(o.ass_underline.."---------------------------------------------------------")
self:newline()
end
function list_meta:pan_right()
self.posX = self.posX - o.pan_speed
self:update()
end
function list_meta:pan_left()
self.posX = self.posX + o.pan_speed
if self.posX > 15 then
self.posX = 15
return
end
self:update()
end
--creates a new page object
local function create_page(type, t)
local temp = t or _list:new()
temp.id = temp.ass.id
temp.posX = 15
temp.type = type
temp.keyword = nil
temp.flags = nil
temp.keybinds = {
{"DOWN", "down_page", function() temp:scroll_down() end, {repeatable = true}},
{"UP", "up_page", function() temp:scroll_up() end, {repeatable = true}},
{"ESC", "close_overlay", function() temp:close() end, {}},
{"ENTER", "run_current", function() if temp[temp.selected] then temp[temp.selected].funct() end end, {}},
{"LEFT", "pan_left", function() temp:pan_left() end, {repeatable = true}},
{"RIGHT", "pan_right", function() temp:pan_right() end, {repeatable = true}},
{"Shift+LEFT", "page_left", function() temp:move_page(-1) end, {}},
{"Shift+RIGHT", "page_right", function() temp:move_page(1) end, {}},
{"Ctrl+LEFT", "page_left_search", function() temp:move_page(-1, true) end, {}},
{"Ctrl+RIGHT", "page_right_search", function() temp:move_page(1, true) end, {}},
{"Ctrl+ENTER", "run_latest", function() temp:run_search(LATEST_SEARCH.keyword, LATEST_SEARCH.flags) end, {}},
{"f12", "open_search", function() temp:get_input(false) end, {}},
{"Shift+f12", "open_flag_search", function() temp:get_input(true) end, {}}
}
return temp
end
local KEYBINDS = create_page("keybind", _list)
local COMMANDS = create_page("command")
local OPTIONS = create_page("option")
local PROPERTIES = create_page("property")
-- a table to track the different pages based on numerical id or type
local PAGES = {
[1] = KEYBINDS,
["keybinds"] = KEYBINDS,
[2] = COMMANDS,
["commands"] = COMMANDS,
[3] = OPTIONS,
["options"] = OPTIONS,
[4] = PROPERTIES,
["properties"] = PROPERTIES
}
CURRENT_PAGE = KEYBINDS
local function cancel_user_input()
ui.cancel_user_input("search_term")
ui.cancel_user_input("flags")
end
function list_meta:move_page(direction, match_search)
cancel_user_input()
self:close()
local index = self.id
index = (index + direction) % 4
if index == 0 then index = 4 end
local new_page = PAGES[index]
CURRENT_PAGE = new_page
if match_search then
new_page.keyword = self.keyword
new_page.flags = self.flags
new_page:run_search()
end
new_page:open_wrapper()
end
--handles the search queries
local function compare(str, keyword, flags)
if not flags then
return str:lower():find(keyword:lower())
end
--custom handling for flags
if flags.wrap then
if flags.exact then
return str:find("%f[%w_]" .. keyword .. "%f[^%w_]")
elseif flags.pattern then
return str:find("%f[%w_]" .. keyword .. "%f[^%w_]") or str:lower():find("%f[%w_]" .. keyword .. "%f[^%w_]")
else
return str:lower():find("%f[%w_]" .. keyword:lower() .. "%f[^%w_]")
end
end
--searches for a pattern, but also searches the pattern
--if exact is flagged and got a hit then there is no need to run this
if flags.pattern and not flags.exact then
return str:find(keyword) or str:lower():find(keyword)
end
--only searches the exact string/pattern
if flags.exact then
return str:find(keyword)
end
end
local function return_spaces(string_len, width)
local num_spaces = width - string_len
if num_spaces < 2 then num_spaces = 2 end
return string.rep(" ", num_spaces)
end
local function create_set(t)
if not t then return nil end
local flags = {}
for flag in t:gmatch("[^%+]+") do
flags[flag] = true
end
return flags
end
--search keybinds
function KEYBINDS:search(keyword, flags)
local keys = mp.get_property_native('input-bindings')
local keybound = {}
for _,keybind in ipairs(keys) do
--saves the cmd for that key so we can grey out the overwritten keys
--console keybinds are ignored because it is automatically closed after
--sending the command and would otherwise always override many basic keybinds
if keybind.priority >= 0 and keybind.section ~= "input_forced_console" then
if keybound[keybind.key] == nil then
keybound[keybind.key] = {
priority = -1
}
end
if keybind.priority >= keybound[keybind.key].priority then
keybound[keybind.key].cmd = keybind.cmd
keybound[keybind.key].priority = keybind.priority
end
end
if
compare(keybind.key, keyword, flags)
or compare(keybind.cmd, keyword, flags)
or (keybind.comment ~= nil and compare(keybind.comment, keyword, flags))
or compare(keybind.section, keyword, flags)
or (keybind.owner ~= nil and compare(keybind.owner, keyword, flags))
then
local key = keybind.key
local section = ""
local cmd = ""
local comment = ""
--add section string to entry
if keybind.section ~= nil and keybind.section ~= "default" then
section = " (" .. keybind.section .. ")"
end
--add command to entry
cmd = return_spaces(key:len() + section:len(), 20) .. keybind.cmd
--add comments to entry
if keybind.comment ~= nil then
comment = return_spaces(key:len()+section:len()+cmd:len(),60) .. "#" .. keybind.comment
end
key = self.ass_escape(key)
section = self.ass_escape(section)
cmd = self.ass_escape(cmd)
comment = self.ass_escape(comment)
--appends the result to the list
self:insert({
type = "key",
ass = o.ass_allkeybindresults .. o.ass_key .. key .. o.ass_section .. section .. o.ass_cmdkey .. cmd .. o.ass_comment .. comment,
key = keybind.key,
cmd = keybind.cmd,
funct = function()
self:close()
mp.command(keybind.cmd)
mp.add_timeout(osd_display/1000, function()
self:open_wrapper()
end)
end
})
end
end
--does a second pass of the results and greys out any overwritten keys
for _,v in self:ipairs() do
if keybound[v.key] and keybound[v.key].cmd ~= v.cmd then
v.ass = "{\\alpha&H80&}"..v.ass.."{\\alpha&H00&}"
end
v.key = nil
v.cmd = nil
end
end
--search commands
function COMMANDS:search(keyword, flags)
local commands = mp.get_property_native('command-list')
for _,command in ipairs(commands) do
if
compare(command.name, keyword, flags)
then
local cmd = command.name
local result_no_ass = cmd
local arg_string = ""
for _,arg in ipairs(command.args) do
if arg.optional then
arg_string = arg_string .. o.ass_optargs
result_no_ass = result_no_ass .. " "
else
result_no_ass = result_no_ass .. " !"
arg_string = arg_string .. o.ass_args
end
result_no_ass = result_no_ass .. arg.name .. "("..arg.type..") "
arg_string = arg_string .. " " .. arg.name .. o.ass_argtype.." ("..arg.type..") "
end
self:insert({
type = "command",
ass = o.ass_cmd..self.ass_escape(cmd)..return_spaces(cmd:len(), 20)..arg_string,
funct = function()
mp.commandv('script-message-to', 'console', 'type', command.name .. " ")
self:close()
msg.info("")
msg.info(result_no_ass)
end
})
end
end
end
function OPTIONS:search(keyword, flags)
local options = mp.get_property_native('options')
for _,option in ipairs(options) do
local choices = mp.get_property_osd("option-info/"..option..'/choices', ""):gsub(",", " , ")
if
compare(option, keyword, flags)
or compare(choices, keyword, flags)
then
local type = mp.get_property_osd('option-info/'..option..'/type', '')
--we're saving the string lengths as an incrementing variable so that
--ass modifiers don't bloat the string. This is for calculating spaces
local length_no_ass = type:len() + option:len()
local first_space = return_spaces(length_no_ass, 40)
local opt_value = "= "..mp.get_property_osd('options/'..option, "")
length_no_ass = length_no_ass + first_space:len() + opt_value:len()
local second_space = return_spaces(length_no_ass, 60)
local default =mp.get_property_osd('option-info/'..option..'/default-value', "")
length_no_ass = length_no_ass + default:len() + second_space:len()
local third_space = return_spaces(length_no_ass, 70)
local options_spec = ""
if type == "Choice" then
options_spec = " [ " .. choices .. ' ]'
elseif type == "Integer"
or type == "ByteSize"
or type == "Float"
or type == "Aspect"
or type == "Double" then
options_spec = " [ "..mp.get_property_number('option-info/'..option..'/min', "").." - ".. mp.get_property_number("option-info/"..option..'/max', "").." ]"
end
local result = o.ass_options..self.ass_escape(option).." "..o.ass_optionstype..type..first_space..o.ass_optvalue..self.ass_escape(opt_value)
result = result..second_space..o.ass_optionsdefault..self.ass_escape(default)..third_space..o.ass_optionsspec..self.ass_escape(options_spec)
self:insert({
type = "option",
ass = result,
funct = function()
mp.commandv('script-message-to', 'console', 'type', 'set '.. option .. " ")
self:close()
end
})
end
end
end
function PROPERTIES:search(keyword, flags)
local properties = mp.get_property_native('property-list', {})
for _,property in ipairs(properties) do
if compare(property, keyword, flags) then
self:insert({
type = "property",
ass = o.ass_properties..self.ass_escape(property)..return_spaces(property:len(), 40)..o.ass_propertycurrent..self.ass_escape(mp.get_property(property, "")),
funct = function()
mp.commandv('script-message-to', 'console', 'type', 'print-text ${'.. property .. "} ")
self:close()
end
})
end
end
end
--prepares the page for a search
function list_meta:run_search()
if self.keyword == nil then return end
self.empty_text = "no results"
local flag_set = create_set(self.flags)
--unless the pattern flag is used we'll escape the special pattern characters
--characters: ^$()%.[]*+-?
local keyword = self.keyword
if not flag_set or not flag_set.pattern then
keyword = keyword:gsub(".", {
["^"] = "%^",
["$"] = "%$",
["("] = "%(",
[")"] = "%)",
["%"] = "%%",
["."] = "%.",
["["] = "%[",
["]"] = "%]",
["*"] = "%*",
["+"] = "%+",
["-"] = "%-"
})
end
self.selected = 1
CURRENT_PAGE = self
LATEST_SEARCH.keyword = self.keyword
LATEST_SEARCH.flags = self.flags
self:clear()
self:search( keyword, flag_set)
self:update()
end
function list_meta:open_wrapper(advanced)
if self.keyword == nil then self.empty_text = "Press f12 to enter search query" end
self:open()
if self.keyword == nil then self:get_input(advanced) end
end
local function strip_whitespace(str)
if not str then return nil end
return str:gsub("^(%s+)", ""):gsub("(%s+)$", "")
end
function list_meta:get_input(get_flags)
cancel_user_input()
local co = coroutine.create(function()
local line, err = coroutine.yield(
ui.get_user_input(coroutine_callback(), {
id = "search_term",
text = ("Enter query for %s%s%s search:"):format(get_flags and "advanced" or "", get_flags and " " or "", self.type),
})
)
if line == nil then return end
self.keyword = strip_whitespace(line)
self.flags = nil
if not get_flags then return self:run_search() end
line, err = coroutine.yield(
ui.get_user_input(coroutine_callback(), {
id = "flags",
text = "Enter flags:"
})
)
if line == nil and err == "exited" then return self:run_search()
elseif line == nil then return end
self.flags = strip_whitespace(line):gsub("%W+", "+")
self:run_search()
end)
coroutine_resume_err(co)
end
mp.add_key_binding("f12", "open-search-page", function()
CURRENT_PAGE:open_wrapper()
end)
mp.add_key_binding("Shift+f12", "open-search-page/advanced", function()
CURRENT_PAGE:open_wrapper(true)
end)
mp.register_script_message("open-page", function(page)
CURRENT_PAGE:close()
PAGES[page]:open_wrapper()
end)
mp.register_script_message("open-page/advanced", function(page)
CURRENT_PAGE:close()
PAGES[page]:open_wrapper(true)
end)