mpv
mpv copied to clipboard
Make stats.lua 's page 1 scrollable
I think it was forgotten in the commit https://github.com/mpv-player/mpv/commit/c7b94c03f1c85f2da07ed9268119a54653b9b31c
Because the script-opt would print those contents in page 1. https://github.com/mpv-player/mpv/blob/68b3239b523cd75ba0a12f680ac7bc77e5647d40/player/lua/stats.lua#L30
Expected behavior of the wanted feature
To make stat's page 1 scrollable.
Alternative behavior of the wanted feature
N/a
Log file
N/a
22a8b99f7a says print_perfdata_passes was only needed until stats pages were implemented, so maybe it should just be removed?
With more and more info are attached on the first page, I'll afraid that we will still need scrolling on some day.
And even now I think you cannot force all users always set suitable font (size) to make all info stay in the visible area.
With more and more info are attached on the first page, I'll afraid that we will still need scrolling on some day.
Page 1 is currently blocked for any new changes until some of it's elements are split to another page.