Help - What's best solution?

Hooraayy !

Active Member
39
2024
4
910
For movies I use the embeded player(s)

But this does not work for TV shows.

The problem is each episode will need a single embed.

So 12 episodes need to be embeded on a single page and that looks like shit.

An auto play feature would be ideal.

eg. Like Tubi or Prime.. When one episode finishes the next starts
 
1 comment
You need a playlist-based player, not separate embeds. Try these:
  • Clappr with playlist plugin – open-source, clean interface
  • Plyr.io + custom JS – lightweight, handles multiple sources
  • Video.js with playlist addon – mature, widely used
Load all episode URLs into one player, track progress with cookies/localStorage, and auto-play the next. Looks like Tubi, not a messy list of embeds. Your users will thank you.
 
Back
Top