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
674 stars 67 forks source link

doesn't work on latest mpv v.38 #108

Open geextahslex opened 4 months ago

geextahslex commented 4 months ago

Hi, as since the update from v.36 to v.38 the script isn't working anymore (https://github.com/mpv-player/mpv/commit/86b498ecc0e6276bb905df57f479d0506b45ba53) Is someone able to port this to work on the latest mpv releases?

Thank you :)

jediaxe commented 3 months ago

An updated fork by @marzzzello is tested and working.

https://github.com/marzzzello/mpv_thumbnail_script

Make sure to replace old script files with the new ones from the release page.

Linux/Unix/Mac: ~/.config/mpv/scripts/mpv_thumbnail_script_server.lua & ~/.config/mpv/scripts/mpv_thumbnail_script_client_osc.lua Windows: %APPDATA%\mpv\scripts\mpv_thumbnail_script_server.lua & %APPDATA%\mpv\scripts\mpv_thumbnail_script_client_osc.lua

You might want to update the config file as well from the main page and merge your own settings.

Linux/Unix/Mac: ~/.config/mpv/script-opts/mpv_thumbnail_script.conf Windows: %APPDATA%\mpv\script-opts\mpv_thumbnail_script.conf

geextahslex commented 3 months ago

Thank you for that information :) For now I stick to mpv 37, when I do need to upgreade then I mess with it ^^