mpv_thumbnail_script icon indicating copy to clipboard operation
mpv_thumbnail_script copied to clipboard

doesn't work on latest mpv v.38

Open geextahslex opened this issue 1 year ago • 3 comments

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 :)

geextahslex avatar Apr 20 '24 11:04 geextahslex

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

jediaxe avatar May 24 '24 08:05 jediaxe

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

geextahslex avatar May 24 '24 09:05 geextahslex

Same here. after correcting the things indicated in other tickets it still didn't work, I tried to create a configuration file with all the default values but changing prefer_mpv to no and it started to work fine.

gabriel-tandil avatar Sep 17 '24 12:09 gabriel-tandil