occivink / mpv-gallery-view

Gallery-view scripts for mpv
The Unlicense
189 stars 20 forks source link

Draggable scroll bar #28

Open musjj opened 3 years ago

musjj commented 3 years ago

Is it possible to make the scroll bar draggable via mouse? This is especially useful if you're navigating really long playlists.

trappedinspacetime commented 3 years ago

I think it's possible. I saw a draggable volume setting in this script https://github.com/darsain/uosc

occivink commented 3 years ago

It's for sure possible, it's a matter of detecting mouse down, checking if it's on the scrollbar, and scrolling the right amount. Might be a little tedious to implement but not too difficult.