Replies: 1 comment 9 replies
-
It's two systems fighting each other. We implement And from mpv's perspective, the new file is loaded before the previous one ended, so it saves watch-later data for it. Not sure what to do about this. We should probably just deprecate |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have encountered an issue when I set
autoload=yes
inuosc.conf
with
keep-open=yes
andsave-position-on-quit
set and awatch-later-directory
specified inmpv.conf
If I play a folder with 4 video files, uosc will automatically moves to the next file, and mpv will remember each file's last position in the watch later directory, until mpv stops at the end of the last video file.
Everything works fine but the problem occurs if I relaunch the first video file again. mpv loads the file, with the position remembered i.e. the very end. This triggers uosc to load the next file, which also loads with the play position at the end, so file 3 is loaded and so on until everything stops at the end of file 4. This happens very quickly in a blink of an eye. I am unable to replay files 1-3 without deleting their saved file setting in the watch later directory.
Is there a setting that I am missing? How do I prevent this from happening?
This issue does not happen with the new
--autocreate-playlist
in mpv 0.39, if used without uosc, so I am guessing something is missing in uosc that triggers this.Thanks,
~Raza
Beta Was this translation helpful? Give feedback.
All reactions