fredrikburmester / streamyfin

A Jellyfin client build with Expo
Mozilla Public License 2.0
1.13k stars 32 forks source link

Add "Still Watching?" prompt #148

Open joshjryan opened 2 months ago

joshjryan commented 2 months ago

Implement Netlix-like "Are you still watching?" prompt after auto-playing the "Next Episode" x times.

Additional context I suspect that this will not become a high priority until TV Platforms are supported (#137), but once that happens, I'm guessing it'll move up the list :).

This prompt could be tied to the number of episodes that have auto-played in a row, OR could be tied to the total about of time that has passed since the first "Next Episode" was auto-played.

IMO, it'd be nice if the play-count, or play-duration could be configured, but I think a reasonable phase-one would be to hard-code this value.

Note, just for reference: Neflix's logic is to display this prompt after 3 episodes, or after 90 minutes.