mpv/player/lua
Avi Halachmi (:avih) b15b3f6711 ytdl_hook.lua: consider any subprocess status != 0 as error
Previously only status<0 was considered as error, but status>0 is
also an error (the process exit code). Change to status != 0.

This likely makes little to no difference in practice, because if
stdout is empty or can't be parsed as JSON then it's considered
an error anyway, but still, this is more correct.

Also, on error, add the complete subprocess result to the verbose log.
2022-03-03 15:01:40 +02:00
..
assdraw.lua
auto_profiles.lua auto_profiles.lua: don't warn if profile-restore=default 2022-01-30 15:13:10 +02:00
console.lua console.lua: define remaining emacs keybindings 2021-11-01 23:42:16 +11:00
defaults.lua lua: remove mp.suspend, resume and resume_all 2021-12-15 12:29:10 +01:00
options.lua lua: read_options: quote values at error messages 2021-08-10 11:00:18 +03:00
osc.lua osc.lua: seekbar hover: speed-up chapter access 2022-02-06 11:02:39 +02:00
stats.lua stats.lua: page 2 - frame timing: use fixed display order 2022-02-23 02:20:49 +02:00
ytdl_hook.lua ytdl_hook.lua: consider any subprocess status != 0 as error 2022-03-03 15:01:40 +02:00