marzzzello / mpv_thumbnail_script

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

Separate autogenerate options for local and network videos #17

Closed shssoichiro closed 1 year ago

shssoichiro commented 2 years ago

As a user, I want to be able to autogenerate thumbnails for local videos, while still being able to generate thumbnails for network videos with the T key, but not having it done automatically for network videos. Currently, it seems that autogenerate toggles all autogeneration, and thumbnail_network=no disables all network thumbnailing, so there is no current combination of options that allows the functionality I want.

marzzzello commented 1 year ago

In v0.5.2 it is possible to set remote_autogenerate_max_duration. You can set it to -1 to only allow auto generation on key press