Eisa01 / mpv-scripts

This repository contain scripts I have made for mpv media player...
BSD 2-Clause "Simplified" License
505 stars 35 forks source link

simlehistory autoload in history postion #139

Closed sqq135 closed 3 months ago

sqq135 commented 3 months ago

Because I was watching drama series that was a bit brain-burning, and I watched it repeatedly to look for clues. But when I came back, it started from the beginning, and I had to re-submit and start pulling up the timeline.

--Keybind that will be used to immediately load and resume last item when no video is playing. If video is playing it will resume to the last found position

history_resume_keybind=["ctrl+r", "ctrl+R"]

I don't want to push this keybind everytime, how should I make this the default setting?

Eisa01 commented 3 months ago
#--none: for disabled. notification: a message to resume the previous reached time will be triggered. force: to forcefully resume last playback based on threshold
resume_option=notification

Change to resume_option=force