Guido Cella

Results 21 issues of Guido Cella

commit 1: command: don't add SUB_SEEK_OFFSET twice with sub-seek The name SD_CTRL_SUB_STEP is misleading, but it is also used for sub-seek, and sub/sd_ass.c already adds SUB_SEEK_OFFSET with it. commit 2:...

LRC subtitles can have lines with multiple timestamps, e.g. [00:00.00][00:02.00]foo [00:01.00]bar Currently mpv shows only the "foo" that was decoded first, because it compares the packet file position to check...

With --ignore-path-in-watch-later-config, --write-filename-in-watch-later-config still writes the absolute path of files in the comment, even though the hash is calculated from the basename. Make it write the basename to avoid confusion....

This prevents script writers from getting confused over whether to use these functions or the properties, like in https://github.com/mpv-player/mpv/issues/7975#issuecomment-1875913750 They are moved to the end of the list of utils...

priority:stalled

This makes console.lua consistent with the OSD, osc.lua and stats.lua. This reads --osd-scale-by-window so users don't have to configure vidscale in yet another script.

This adds script messages to select playlist entries, tracks, chapters and subtitle lines using the newly introduced mp.input.select(). This fully closes #13964.

This allows more completions than patterns: Both single and double quotes are recognized. Quotes around the first token are recognized. Command prefixes are recognized. Choice options are completed after change-list/vf/af...

Rotating videos is a commonly needed feature and the command do it is not obvious, so bind it by default. r and t are chosen because: - r is the...

Make terminal output consistent with the symbols introduced in 14462dafe4. There is no need to print ◌ for unselected tracks for alignment since terminal text is always monospace.