You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiled progressbar.lua script is attached to this release and is also available on the build branch at 00759cb.
Features:
Implement basic seek-to-nearest-chapter functionality. This is disabled by default for backwards-compatibility reasons. To enable this feature, you must add enable-chapter-seek=yes to your torque-progressbar/main.conf configuration file. (f804f2e)
The compiled progressbar.lua script is attached to this release and is also available on the build branch at 1f6c94b.
Features
Add video thumbnail integration via thumbfast thanks to @po5 (#62)
Improvements
No longer use a deprecated method for drawing the OSD (04171b6)
Display pixel density is now automatically retrieved and updated as appropriate. This means much better behavior when moving the mpv window from a high-DPI display to a low-DPI one and vise versa. The display-scale-factor setting has been removed, as this functionality supersedes it (5d7a61a)
Fixes
Fix an issue where the cache bar wouldn't clear properly in some cases (9a49d51)
Fix an issue where the HoverTime timestamp wouldn't update in some cases (#63 - 7459d8a)