5rahim / seanime

Open-source media server for anime and manga.
https://seanime.rahim.app
MIT License
402 stars 31 forks source link

feature request: Keybind to play next episode #111

Closed zealain closed 2 months ago

zealain commented 2 months ago

Checklist

Problem Description / Use Case

After an episode finished playing in the native player (e.g. mpv), you get a pop-up where you can either update the progress or play the next episode. Pressing 'enter' updates the progress. There is no keybind to play the next episode though.

Proposed Solution

Add a keybind to play the next episode, e.g. spacebar. I would also be fine with moving the 'enter' keybind because I don't use the manual update function, but others might. This would make moving between episodes smoother and not require a mouse or playlist.

MitsukiHaruko commented 2 months ago

I second this. I would even consider the option to autoplay the next episode after a few seconds of no input, which could be convenient if you have something hooked up to your Tv and dont want to get up.

5rahim commented 2 months ago

I would also be fine with moving the 'enter' keybind because I don't use the manual update function, but others might.

There's no keybind for updating the progress, it's just that the HTML auto-focus is set on the first button in the modal, which is the one to update the progress (if you don't have auto-update on).

8d52104 will add 2 keybinds, u for progress update & space for playing the next episode.

option to autoplay the next episode after a few seconds

f92e303 will add a new auto-play setting with a 5s countdown after the Seanime notices that the is player closed, so the delay should be around 10 seconds.