Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

watch_later feature is not working on the flat version of mpv #585

Open
nanderer opened this issue Dec 8, 2024 · 1 comment
Open

watch_later feature is not working on the flat version of mpv #585

nanderer opened this issue Dec 8, 2024 · 1 comment

Comments

@nanderer
Copy link

nanderer commented Dec 8, 2024

hi,

i installed the flatpak version of mpv on my Debian cause i missed some new features in debians old version, but one thing i am very found of dose not work:
when i press capitle Q usally mpv saves the playback position for later but with this version i just get

Saving state.
Can't open /home/t/.local/state/mpv/watch_later/69DBC78ABE003F28C5DD5F7B68FF76D7 for writing
AV: 00:04:44 / 01:30:17 (5%) A-V:  0.000 Cache: 458s/150MB
Exiting... (Quit)

i tried to create this folder but it didn't help.

please fix that

thx in advance

@fastrizwaan
Copy link
Collaborator

fastrizwaan commented Dec 8, 2024

@nanderer, I can't reproduce it. Saving and Resuming Playback works as expected here

rizvan@fedora:~$ flatpak run io.mpv.Mpv '/run/media/rizvan/1. Lecture 1.mp4' 
● Video  --vid=1  (h264 1280x720 30 fps) [default]
● Audio  --aid=1  (aac 2ch 48000 Hz 128 kbps) [default]
AO: [pipewire] 48000Hz stereo 2ch floatp
VO: [gpu] 1280x720 yuv420p
**Saving state.**
AV: 00:05:36 / 00:19:38 (29%) A-V:  0.000 Cache: 774s/150MB
Exiting... (Quit)
rizvan@fedora:~$ flatpak run io.mpv.Mpv '/run/media/rizvan/1. Lecture 1.mp4' 
**Resuming playback. This behavior can be disabled with --no-resume-playback.**
● Video  --vid=1  (h264 1280x720 30 fps) [default]
● Audio  --aid=1  (aac 2ch 48000 Hz 128 kbps) [default]
AO: [pipewire] 48000Hz stereo 2ch floatp
VO: [gpu] 1280x720 yuv420p
AV: 00:05:45 / 00:19:38 (29%) A-V:  0.000 Cache: 773s/150MB
Exiting... (Quit)

Could you test with another user sudo useradd -m tempuser; sudo passwd tempuser and login with that to test it. later after the test sudo userdel -m tempuser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants