Commit Graph

406 Commits

Author SHA1 Message Date
cc9c1850a8 k 2026-03-19 13:08:15 -07:00
5cbc2c09df added repl injection 2026-03-18 20:17:28 -07:00
7c526784a8 huy 2026-03-18 12:24:37 -07:00
b0e89ff950 f 2026-03-18 01:26:55 -07:00
d5c7d4683d update 2026-03-16 13:35:35 -07:00
4106822a0f f 2026-03-16 04:43:46 -07:00
11f03cae3e fix lyrics 2026-03-16 02:57:00 -07:00
4dd7556e85 fix streaming with lyric notes in mpv 2026-03-15 01:51:10 -07:00
d7e42b9563 gif 2026-03-06 00:57:50 -08:00
a29d7508ec update 2026-03-04 18:22:35 -08:00
f103496a00 f 2026-03-04 16:50:28 -08:00
4110c5ec00 update 2026-03-04 16:50:19 -08:00
818d0c0338 update 2026-02-28 14:04:03 -08:00
b6e4971caf fix updater 2026-02-28 02:45:14 -08:00
6e26242ef0 test 2026-02-27 22:14:14 -08:00
cf1e081ea7 Delete .luarc.json 2026-02-25 20:41:20 -05:00
8ab5821185 ignore luarc 2026-02-25 17:40:18 -08:00
834be06ab9 your commit message 2026-02-25 17:35:38 -08:00
39a84b3274 g 2026-02-19 20:38:54 -08:00
615a4fd1a4 hh 2026-02-18 13:59:45 -08:00
eab6ded855 kk 2026-02-16 19:50:55 -08:00
c86e5e67cf h 2026-02-15 22:22:48 -08:00
14871a1f02 d 2026-02-14 20:39:33 -08:00
ae4880b164 hh 2026-02-14 15:54:31 -08:00
ce2f28cc50 f 2026-02-13 13:45:35 -08:00
6416aeceec f 2026-02-11 20:25:22 -08:00
ba623cb992 d 2026-02-11 19:06:38 -08:00
1d0de1118b f 2026-02-11 18:16:07 -08:00
cc715e1fef kl 2026-02-11 16:29:02 -08:00
33d7461db6 j 2026-02-10 23:34:13 -08:00
5323b7c76f F 2026-02-10 23:00:30 -08:00
c2449d0ba7 f 2026-02-10 15:57:33 -08:00
2fd13a6b3f h 2026-02-09 17:45:57 -08:00
567472bca0 f 2026-02-09 17:34:40 -08:00
c86aae1ff6 f 2026-02-09 17:22:40 -08:00
d2e571b6f1 d 2026-02-08 01:35:44 -08:00
60c2cc062c df 2026-02-07 14:58:13 -08:00
c8230cbb42 f 2026-02-07 14:32:33 -08:00
af54acda3c j 2026-02-06 23:34:20 -08:00
d806ebad85 ff 2026-02-04 20:51:54 -08:00
b714d477a6 k 2026-02-04 17:01:39 -08:00
107a035ba7 f 2026-02-04 16:59:12 -08:00
37701cea48 f 2026-02-04 16:59:04 -08:00
cd0346489f Enhance Load URL diagnostics with comprehensive logging
- Add [LOAD-URL] prefix to all handler logs for easy filtering
- Log each stage of URL processing: parse, validate, direct-load, pipeline
- Add close_menu diagnostic logging
- Create test_load_url.py script for manual testing
- Improve error messages and status feedback

This will make it much easier to diagnose why Load URL isn't working.
2026-02-03 18:46:13 -08:00
011c8d9a4c Fix menu item values for UOSC compatibility
- Convert array-format values to proper command strings
- UOSC expects string commands like 'script-message medios-load-url'
- Add main menu close before opening Load URL prompt
- Ensure menu items are properly formatted for UOSC execution
2026-02-03 18:43:54 -08:00
8e56109215 Add delayed right-click binding after UOSC loads (experimental) 2026-02-03 18:36:06 -08:00
15843f4d82 Add menu testing script and troubleshooting documentation 2026-02-03 18:35:54 -08:00
f570557286 Add alternative 'z' keybinding for menu (workaround for UOSC claiming right-click)
Due to UOSC loading after input.conf with force flags, it claims mbtn_right globally.
Added 'z' key as alternative menu trigger that UOSC doesn't control.
Also kept 'm' key binding as primary menu trigger.
input.conf still attempts mbtn_right routing but UOSC overrides it.

Test with: Press 'm' or 'z' to open menu
2026-02-03 18:35:36 -08:00
353dd2d093 Fix menu routing: use input.conf to bypass UOSC's mbtn_right claim
- Remove mbtn_right keybinding from Lua (UOSC claims it globally with force flag)
- Add input.conf with mbtn_right → script-message medios-show-menu routing
- Add medios-show-menu handler in Lua to trigger M.show_menu()
- Keep 'm' key binding as Lua keybinding for redundancy
2026-02-03 18:29:29 -08:00
3fa31580f1 Remove input.conf - UOSC controls mbtn_right 2026-02-03 18:28:33 -08:00