maoiscat / mpv-osc-modern

Another mpv osc script
GNU Lesser General Public License v2.1
333 stars 66 forks source link

Feature Request: Restart playback at the end of a video With reload button #21

Open blueray453 opened 2 years ago

blueray453 commented 2 years ago

The issue is https://github.com/mpv-player/mpv/issues/3001

I currently use the following keybinding to restart playback at the end of a video

Space script-binding control/cycle-pause

I got control/cycle-pause from https://github.com/oe-d/control

I would like to change the play/pause button to reload button when the video ends. And when i press the reload button, the video would restart. How can I do that?