Resuming after pausing does not work properly in smplayer with mpv 0.37.0. It works with mpv version 0.36.0-r1 Tested on KDE with following mpv USE flags: USE="X alsa bluray cdda cli drm dvd egl iconv jpeg lcms libmpv lua nvenc opengl pulseaudio uchardet vaapi vdpau vulkan wayland xv zlib (-aqua) -archive (-coreaudio) -debug -dvb -gamepad -jack -javascript -libcaca (-mmal) -openal -pipewire (-raspberry-pi) -rubberband -sdl (-selinux) -sixel -sndio -test -tools -zimg" LUA_SINGLE_TARGET="(luajit) (-lua5-1)" PYTHON_SINGLE_TARGET="python3_11 -python3_10 (-python3_12)"
Some workarounds for the problem from upstream. https://github.com/smplayer-dev/smplayer/commit/98090e956e0cca73d243b65feb7fba2ec7c946f1 https://github.com/smplayer-dev/smplayer/commit/74690b30a816aa4644be4f83ffca096441713645
Created attachment 879778 [details, diff] Pause patch Thanks for finding those, the attached patch is just what changes between 23.6.0 with those applied
Thanks for the patch. This was driving me crazy.
Thanks a lot for the patch! It was driving me crazy also. Do I understand correctly that the best way to apply such a patch is https://wiki.gentoo.org/wiki//etc/portage/patches ?
This is fixed in new release. Please bump. Version 23.12 * Implemented support for the new Opensubtitles API. * Fix play/pause with mpv 0.37. * Fix loading playlists with extension m3u8. * Fix video jitter/shudder when clicking on timeline bar. * Other bug fixes. https://www.smplayer.info/fr/changes
Workaround without any patch : in the control bar, click on the rewind1 button (-10 seconds), then you can resume your video using the play_or_pause button.
I have the same problem with media-video/smplayer-23.6.0 and media-video/mpv-0.38.0-r1.
I'll have a look.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25883d8cf7426772b76441b8087c1ed8f821ef3e commit 25883d8cf7426772b76441b8087c1ed8f821ef3e Author: Sam James <sam@gentoo.org> AuthorDate: 2024-09-20 01:06:54 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-09-20 01:07:34 +0000 media-video/smplayer: fix resume w/ mpv-0.37.0 Closes: https://bugs.gentoo.org/919917 Signed-off-by: Sam James <sam@gentoo.org> .../files/smplayer-23.6.0-mpv-0.37-resume.patch | 15 +++ media-video/smplayer/smplayer-23.6.0-r1.ebuild | 126 +++++++++++++++++++++ 2 files changed, 141 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa2062e7d84c99a5a35d8f1f07c86c1df2d86b6 commit ffa2062e7d84c99a5a35d8f1f07c86c1df2d86b6 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-09-20 01:05:04 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-09-20 01:07:33 +0000 media-video/smplayer: add 24.5.0 Closes: https://bugs.gentoo.org/939876 Bug: https://bugs.gentoo.org/919917 Signed-off-by: Sam James <sam@gentoo.org> media-video/smplayer/Manifest | 1 + media-video/smplayer/smplayer-24.5.0.ebuild | 125 ++++++++++++++++++++++++++++ 2 files changed, 126 insertions(+)