Saeid Saati
Results
2
issues of
Saeid Saati
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...
Hi, the current script (server) has problem with new versions of mpv, so by changing the line 62 (or 525 of compiled server script), this problem can be solved. thank...