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

Is it possible to store thumbnails at a location relative to a video? For example, I would like the script to create a folder such as thumbnail in the location...

enhancement

In `~/.config/mpv/script-opts/mpv_thumbnail_script.conf`, I tried to define the following option, but it doesn't work. Is there a way to specify HOME variable? ``` cache_directory=(os.getenv('HOME'))..'/.cache/thumbnails/mpv-osc-thumbnail' ``` Instead of storing it in /tmp...

**Description of the bug** A clear and concise description of what the bug is. Thumbnails aren't loading anymore I guess it has something to do with latest mpv version perhaps?...

bug

The cached thumbnails directory can grow to several hundreds of MBs or even GBs very fast. It is currently recommended to manually keep it clean, but I think this script...

enhancement

**Description of the bug** Thumbnails don't generate for webm/gif files. **To Reproduce** Open any file in .webm or .gif format, notice the endless CPU spike and an infinite log file...

bug

**Description of the bug** The script "opens" and closes after opening a video, which causes MPV to lose focus. This does not happen with the previous version of the script...

bug

**Debug log** Log ``` $ mpv --msg-level=mpv_thumbnail_script_server=debug,mpv_thumbnail_script_client_osc=debug,ytdl_hook=debug av://v4l2:/dev/video0 Warning: option --status-msg was replaced with --term-status-msg and might be removed in the future. Warning: option --display-fps was replaced with --override-display-fps and...

bug

The script relies on `shared-script-properties` deprecated in mpv release 0.37.0. This causes a failure to launch and thus no OSC or thumbnails in the player. mpv throws this error message:...

bug

### Problem When using a 4k screen the thumbnails are too small. ![disney](https://user-images.githubusercontent.com/68649699/211617406-2c639757-bd0a-49a1-8317-e5648623942a.jpg) ### Solution The simplest possible solution would be to scale up the generated thumbnails by a constant...

enhancement