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

autogenerate does not work #63

Open hringriin opened 4 years ago

hringriin commented 4 years ago

No matter what I put in the config file, autogenerating does not work, I have to press the key-binding, which on the other hand works fine.

As per default, this should work, but it does not. I guess, it has something to do with self.state.available, whatever that does in detail. the autogenerate-values is only used once and that is in an if-statement, asking if it is true but it is &&-linked with the self.state.available, which seems to be set to false in some functions.

Ayush1325 commented 4 years ago

+1