dyphire

Results 144 comments of dyphire

> I rewrote the code in that MR branch to implement 2, 3 and 4. `st2094_pick_knee` now has 5 new parameters to play with, and I rewrote `spline` to take...

> I rewrote the code in that MR branch to implement 2, 3 and 4. `st2094_pick_knee` now has 5 new parameters to play with, and I rewrote `spline` to take...

I created a lua script to implement similar functions: [chapter-make-read.lua](https://github.com/dyphire/mpv-scripts/blob/main/chapter-make-read.lua) The script can mplementation read and automatically load the namesake external chapter file from file extension of `.chp`. Example: `video.mp4.chp`...

I also don't understand what is preventing you using other scripts in combination with uosc.

> The console's text input doesn't scroll when text is larger than the screen. This related to why search text in uosc is right-aligned, because it's the only way we...

试了下,我打第二遍就出来了这些自造词。建议排查下是不是自定义配置和词库的影响

> 因为有次更新修改了一个属性类型,导致读取旧的历史的时候转换错误就都没法加载出来。类型转换的兼容还没改 要解决的话主动清空一次历史记录,然后远程的也都清理掉,后面就应该都正常了 ~~试了下不起作用,本地和远程的历史记录都删了后再记录后每次退出照样清空记录。每次打开 app 都要手动刷新拉取远程记录~~ Edit: 把远程 history 和 read 都删了后正常了

> About #9: let's not jump the gun just yet, we don't have enough information about what's wrong here. Based on the name of the issue it looks like the...

> > This is a bug fix, not a functional break. > > This is indeed a functional break to just cut off ALL protocols. What if some of the...

原来是 mpv 这个特性导致,那解决方案很简单。在传递参数时用 `mpv --\{ url --options --\}` 的方式就可以把传递的特定参数限定在 url 中了 其实 mpv 官方手册有提到这个用法:https://mpv.io/manual/master/#per-file-options