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

默认 20:23:58.494852+0800 mpv Received configuration update from daemon (initial) 默认 20:23:58.499550+0800 mpv CHECKIN: pid=7295 默认 20:23:58.507425+0800 mpv CHECKEDIN: pid=7295 asn=0x0-0x1f71f7 foreground=1 默认 20:23:58.510188+0800 mpv FRONTLOGGING: version 1 默认 20:23:58.510261+0800 mpv...

edit mpv_thumbnail_script_server.lua at line 525 replace `"-o", output_path` with `"--o", output_path`

`lua-settings` has been replaced with `script-opts`

**mpv version 0.33.0** ![image](https://user-images.githubusercontent.com/7317988/119079010-f8637a00-b9ff-11eb-84f3-c05d05e13e85.png) **mpv_thumbnail_script version v0.4.2** In "mpv_thumbnail_script_server.lua", line 525 `"--o", output_path` ![image](https://user-images.githubusercontent.com/7317988/119077603-42972c00-b9fd-11eb-8353-bd4f000f9247.png) need to be replaced with: `"--o=" .. output_path` ![image](https://user-images.githubusercontent.com/7317988/119077701-783c1500-b9fd-11eb-828e-4c220317089e.png) and everything worked for me ![image](https://user-images.githubusercontent.com/7317988/119077808-a883b380-b9fd-11eb-91b1-14143b491f98.png)

Configured perfectly to work with MPV media player (ubuntu 20.04 focal) but does not work with Haruna. Somehow does not generate cache or thumbnail folders, no hotkeys working, no thumbnailing...

The console output: ``` foro@based:~/Videos$ /usr/bin/mpv Rick\ Astley\ -\ Never\ Gonna\ Give\ You\ Up\ \(Video\)-dQw4w9WgXcQ.mkv (+) Video --vid=1 (*) (h264 1920x1080 25.000fps) (+) Audio --aid=1 --alang=eng (*) (opus 2ch 48000Hz)...

Line **525** of mpv_thumbnail_script_server.lua, should be `("--o=%s"):format(output_path)` instead of `"--o", output_path`, because recently if you don't do it, you will get this error: > [ 0.004][f][cplayer] Error parsing commandline option...

OSC is tiny in smaller res videos; it's unusable. Is there a setting similar to `osd-scale-by-window=no` in the og osc?