u8sand / Baka-MPlayer

The libmpv based media player
https://u8sand.github.io/Baka-MPlayer/
GNU General Public License v2.0
428 stars 93 forks source link

Use '-' as separator of mpv commands #319

Closed Kienyew closed 2 years ago

Kienyew commented 2 years ago

For some reason, mpv frame_back_step doesn't work for my device, but using mpv frame-back-step works, might as well change the mpv command separator -? According to https://github.com/mpv-player/mpv/commit/289705daaf2986cedd0a1ae994aeda73c4b4249e, It should work, but I can't find out why it doesn't. The log of baka-mplayer gives [mpv]: Command 'frame_step_back' not found.

u8sand commented 2 years ago

Looks fine to me (& still works); if it fixes it on your system I'm all for it. Plus it seems more consistent.

Thanks for the contribution!