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

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

This is a 1920x1080 video, with a rotation flag of 90 degrees. Look at the thumbnails ![Untitled-1](https://user-images.githubusercontent.com/17828567/120682414-1b346a80-c4a5-11eb-9dc4-66ce81c843c7.jpg) mediainfo (see rotation flag) ``` Video -- ID : | 1 Format :...

Running this shit on 16 core Ryzen 9 5900HX with 32GB of ram, uses up all CPU cores 100% and all of the 32GB of RAM. For at least minutes,...

I have made the changes in https://github.com/TheAMM/mpv_thumbnail_script/commit/682becf5b5115c2a206b4f0bdee413d4be8b5bef and it works fine. However, changing the cache directory in mpv_thumbnail_script.conf gives the Output file missing! error again.

set default values of 'duration', 'max_duration' and 'file_duration' to 0 if it is nil for avoid errors when performing arithmetic operations

Hello. Now I find that the script can just generate all the preview thumbnail, which will lead to much high CPU usage for a long time. For I usually enjoy...

Hi! I'm using the excellent Mpv UI script found here: https://github.com/darsain/uosc Its addictive to tinker with and a nice extra feature to Mpv. Is there a way to make it...

Known bugs: - ~~Thumbnail won't disappear~~ - you tell me

MacOS 10.14.4 mpv 0.32.0 Install MPV via brew cask (support added to Applications ) ```brew cask install mpv``` I added these lines intro `/Applications/mpv.app/Contents/Resources/mpv.conf` ``` player-operation-mode=pseudo-gui osc=no load-scripts=yes ``` Copied...

Hi, After playing an `.avi` video and quitting using Q, the following error was printed: ``` [mpv_thumbnail_script_client_osc] [mpv_thumbnail_script_client_osc] stack traceback: [mpv_thumbnail_script_client_osc] .../.config/mpv/scripts/mpv_thumbnail_script_client_osc.lua:1080: in function 'prop' [mpv_thumbnail_script_client_osc] mp.defaults:392: in function 'handler'...

Normally, a title bar with window controls (close, minimize, maximize) appears when I hover over the top of the video. When using the script and turning off the built-in OSC,...