TheAMM / mpv_thumbnail_script

A Lua script to show preview thumbnails in mpv's OSC seekbar, sans external dependencies
GNU General Public License v3.0
679 stars 68 forks source link

Feature request: recognize on-screen-controls set to layout=topbar and change borders #24

Closed UserNaem closed 6 years ago

UserNaem commented 6 years ago

The script draws borders on left, right, and top edges of the thumnail frame, assuming the on-screen controls are set to "bottom bar" (default), but if you use topbar, it looks like this: image

TheAMM commented 6 years ago

https://github.com/TheAMM/mpv_thumbnail_script/blob/master/src/options.lua#L55-L63