mpv_thumbnail_script icon indicating copy to clipboard operation
mpv_thumbnail_script copied to clipboard

A Lua script to show preview thumbnails in mpv's OSC seekbar, sans external dependencies (fork)

Results 29 mpv_thumbnail_script issues
Sort by recently updated
recently updated
newest added

**Description of the bug** When playing youtube videos, the thumb cannot be displayed **To Reproduce** Steps to reproduce the behavior: ``` ./mpv.com 'https://www.youtube.com/watch?v=Ugb80d5lxEM' ``` **Expected behavior** display thumb correctly **Environment**...

bug

**Description of the bug** Thumbnailing command failed & Command 'escape-ass' not found **To Reproduce** 1. Ran `mpv up.mp4` 2. See error: > [mpv_thumbnail_script_server] Thumbnailing command failed! > [mpv_thumbnail_script_server] mpv process...

bug

**Description of the bug** Hi, after switching to mpv38 and [mpv_thumbnail_script](https://github.com/marzzzello/mpv_thumbnail_script) 0.5.4 there is a different behaviour when you just put the .lua in the default script folder and between...

bug

Hi, I want to disable the chapter name that is displayed when changing chapters. Setting `chapters_osd = false` and `playlist_osd = false` inside thumbnail script client osc doesn't work. How...

enhancement

Hi, I would like to load this script only for youtube/network. Not load for offline files. Is this possible? Thank you :)

enhancement

**Describe the solution you'd like** Add an option to hide the thumbnail loading progress percentage above the thumbnail. ![2024-06-26_19-11](https://github.com/marzzzello/mpv_thumbnail_script/assets/52433531/778e8572-11c2-4692-b6d7-35c8678368fb) **Additional context** Thank you!

enhancement

After using this script, mpv starts with the window flickering twice, as if it is opening, closing, and then opening again.

bug

The default osc can be toggled in each window with the del key. This shuffles it between the default behavior, always show, and never show. Could this feature be added...

enhancement