fredrikburmester / streamyfin

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

Allow skipping to the next episode #39

Closed PCJones closed 3 months ago

PCJones commented 3 months ago

Describe the solution you'd like When playing a specific episode of a show (e.g. S01E01) there should be a button (which already exists, but is not usable) to skip to the next episode (S01E02) within the player.

fredrikburmester commented 3 months ago

It's not possible within the player since the player does not support those type of buttons, but I did add next and previous episode buttons to the page itself!

I'll keep exploring other ways to add buttons within the player, as I agree that would be better.