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

Script is broken on 0.29.0-353 git 65b1c2d #39

Open floppyD opened 5 years ago

floppyD commented 5 years ago

It works just fine on 0.29.0-318 git g17ad1e. On the latest version it never starts generating thumbnails, but I've noticed it can use thumbnails that are already cached.

TheAMM commented 5 years ago

Post logfiles, from the main mpv instance (--log-file=foo) and one from the cache directory, if there are any (assuming you have mpv_logs at the default yes).

floppyD commented 5 years ago

Sure. log.txt 000000.bgra.log

TheAMM commented 5 years ago

I don't see anything obvious in the logs, the subprocess just seems to get stuck after seeking. You can try setting mpv_no_config in the script options, but I doubt it'll do anything. I'll see about getting the binary myself later, maybe.

Luomint commented 5 years ago

I can confirm that the script has been broken for me for a long time as well

ghost commented 4 years ago

This doesn't seem to work as at MPV 0.32.0.

blankname commented 4 years ago

@mindfulsource Are you using master?

It's newer than the latest release.

If you are, could you post a log (or errors if there are any)?

ghost commented 4 years ago

@mindfulsource Are you using master?

It's newer than the latest release.

If you are, could you post a log (or errors if there are any)?

OK. I'm not sure if I did this correctly, as there's no instructions to build the two lua files from the source, but I downloaded master ZIP, then did ./concat_files.py -r cat_server.json and ./concat_files.py -r cat_osc.json. Used those two new ones, and still doesn't work.