TheAMM / mpv_thumbnail_script

A Lua script to show preview thumbnails in mpv's OSC seekbar, sans external dependencies
GNU General Public License v3.0
679 stars 68 forks source link

server: Add equals operator in mpv options #49

Closed NotTsunami closed 4 years ago

NotTsunami commented 4 years ago

Following mpv-player/mpv@d3cef97, all options passed to mpv require the format "mpv --o='path'" instead of "mpv --o 'path'". This change should be backwards compatible with older mpv versions as well.

TheAMM commented 4 years ago

yee

palindrom615 commented 3 years ago

I guess this deserve to be released now and what do you think, @TheAMM ?