sussy-code / smov

Sudo-flix's source code (Allegedly)
https://docs.undi.rest
MIT License
802 stars 778 forks source link

[Bug]: Last 30s of episode is skipped #64

Closed prodlowd closed 5 months ago

prodlowd commented 5 months ago

What happened?

The last 30s of every episode is skipped, haven't been able to find a cause on my end. Tried using Firefox (default browser with uBlock Origin) and also tried vanilla Edge with no add-ons, but the issue still occurred.

What browsers are you seeing the problem on?

Firefox, Microsoft Edge

Steps to reproduce?

  1. Press play on an episode
  2. Wait or seek to the end of the episode
  3. Auto-skips last 30s (give or take) of episode

Other relevant information

No response

ztpn commented 5 months ago

Not really a bug

const isEnding = time >= duration - onePercent && duration !== 0;

This is how the ending is determined It basically skips one percent of the duration

We need to change this but we can't really do much

q2C6yL15ThIOScdSYnZuQn2rAPJ90hw2C8CFcjr commented 4 months ago

Not really a bug

const isEnding = time >= duration - onePercent && duration !== 0;

This is how the ending is determined It basically skips one percent of the duration

We need to change this but we can't really do much

As a feature request, why not make it so you can let the end user be capable of setting their own skip time?

ztpn commented 4 months ago

Not really a bug

const isEnding = time >= duration - onePercent && duration !== 0;

This is how the ending is determined It basically skips one percent of the duration We need to change this but we can't really do much

As a feature request, why not make it so you can let the end user be capable of setting their own skip time?

No that is a crapy idea, just disable autoplay we might in future implement intro and outro skip times and use those