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

Glitched drop shadow #43

Closed geextahslex closed 1 year ago

geextahslex commented 1 year ago

Description of the bug Glitched drop-shadow To Reproduce Use script, and watch at the thumbnail

Expected behavior No weird drop- shadow

Debug log Run mpv with mpv --msg-level=mpv_thumbnail_script_server=debug,mpv_thumbnail_script_client_osc=debug,ytdl_hook=debug 'file path or URL'

I don't know how to get this working.

Environment

mpv version: v0.36.0 and git x86 64-v3 "20230806" Platform and Version: Windows 7 Build 7601 Service Pack 1 Source of the mpv binary: https://sourceforge.net/projects/mpv-player-windows/files/ script version: v0.5.2

Screenshot How to fix this? drop shadow

geextahslex commented 1 year ago

change manually the value in mpv_thumbnail_script_client_osc.lua to "background_alpha = 255," and save