emadalam / atvjs

Blazing fast Apple TV application development using pure JavaScript
https://emadalam.github.io/atvjs
MIT License
311 stars 49 forks source link

Question about best practice: how to automatically play next? #50

Open hfedak opened 5 years ago

hfedak commented 5 years ago

Any thoughts on how to best implement "automatically play next", when at the end of one episode, the player will automatically pick up the next one?

emadalam commented 5 years ago

@hfedak You can try Playlist and push as many items as you like which will ideally play like usual playlist one after another.

hfedak commented 5 years ago

Is there a reasonable way to have the playing media "shrink" towards the end of the episode and show a small preview of the next episode with countdown, similarly to how major streaming apps do it?