debugzxcv

Results 7 comments of debugzxcv

unable to reproduce issue on citra canary 1522

> Does this `bindtooltip` branch work good enough? > > https://github.com/Zren/mpv-osc-tethys/blob/bindtooltip/osc_tethys.lua incorrect forward/back tooltips. ``` a seek -0.1 keyframes d seek +0.1 keyframes ```

Chapter title doesn't wrap properly. ![pr93](https://github.com/tomasklaen/uosc/assets/5125392/f86e4add-4c1b-42ee-bb63-6f184723c86f) test script: ```lua mp.register_event("file-loaded", function () local chapters = { data = { { -- !"#$%&'()*+,-./0123456789:;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ title = [[!"#$%&'()*+,./0123456789:;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~-123456-]], time = 0 } }...

Related to https://github.com/mpv-player/mpv/pull/12806

> Config files don't support multi-line option values, and that is unlikely to change. Is it possible to escape line breaks for multi-line options when saving a watch_later file?

This patch works: ```diff diff --git a/options/parse_configfile.c b/options/parse_configfile.c index edd6be91..a4cc0904 100644 --- a/options/parse_configfile.c +++ b/options/parse_configfile.c @@ -105,12 +105,21 @@ int m_config_parse(m_config_t *config, const char *location, bstr data, if (rest.len ==...

Looks like fixed by https://github.com/FFmpeg/FFmpeg/commit/380a518c439d4e5e3cf17b97e4a06259e8048f99