verygoodlee
verygoodlee
@tsl0922 有空跟进下这个问题吗
已合并到mpv主线 mpv-player/mpv@57a8105f1a11c61e47e5432ad6dc72db1793ce75
> Fixed by #14127 you can try build from there it works.
can also reproduce with option `--no-title-bar --window-maximized=yes --auto-window-resize=yes`. - load two videos with different aspect ratios to the playlist, such as 16:9 and 4:3 - run `playlist-next` `auto-window-resize` will resize...
brings a new issue, in `--no-title-bar` mode, unmaximize cannot restore the window to manually adjusted postion and size. - `mpv any.jpg --no-title-bar --autofit-larger=70%x70% --geometry=50%:50% --pause` - adjust window positon and...
10ms means 100fps, which may not be needed on a 60Hz screen. is that better to observe the screen refresh rate change to update `tick_delay`? ```lua mp.observe_property('display-fps', 'number', function(_, val)...
> 可以和 mpv-playlistmanager 一样加个开关控制么 可以,默认打开吧 另外我还建议把 `playlist-play-index %d` 改为 `no-osd set playlist-pos %d`, 主要区别在于 点击当前正在播放的文件时 `playlist-play-index` 会重新加载文件,而`set playlist-pos` 不会
This is expected behavior, not an issue. - UP/DOWN moves one row up/down - PGUP/PGDWN moves one page up/down https://github.com/jonniek/mpv-playlistmanager/blob/d733d8c00cb543a646f2ce5ab5c12bef2dfd6756/playlistmanager.conf#L16-L19 If you want the PGUP/PGDWN to move one row, change...
It's not a bug https://github.com/mpv-player/mpv/blob/817372ac96b19ec7228e0ea415598bc629a10431/DOCS/man/mpv.rst?plain=1#L567-L579
> > That would slow down opening new files since the history file would have to be read everytime instead of appending. > > That's true... Could it not be...