unable to unpause (Core::pause: current state: "Playing") with mpv 0.37
Free media player with support for Youtube
Brought to you by:
rvm
Hi,
Running on Devuan GNU/Linux, since upgrade from mpv 0.36 to mpv 0.37 (https://metadata.ftp-master.debian.org/changelogs//main/m/mpv/mpv_0.37.0-1_changelog), smplayer no longer unpause video. It starts fine, everything seems ok. It pauses ok. But it never restarts.
mpv log is silent.
smplayer logs shows the following when trying to unpause.
[11:09:39:748] Core::pause: current state: "Playing"
[11:09:39:749] MPVProcess::sendCommand: "set pause yes"
[11:09:43:366] Core::pause: current state: "Playing"
[11:09:43:367] MPVProcess::sendCommand: "set pause yes"
Clearly, it fails to identify the proper current state.
No problem with mplayer2.
(and with mpv own interface, pause/unpause is working ok)
I think the problem is already fixed in the development version.
https://github.com/smplayer-dev/smplayer/releases/tag/v23.6.0.10197
Last edit: Ricardo Villalba 2023-12-24
I'll try that. Thanks for the tip.