Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
destruk
Binge Watcher

Re: SIMULATING A PLAYLIST

Interesting. 🙂 Thanks!
0 Kudos
TheEndless
Channel Surfer

Re: SIMULATING A PLAYLIST

"pin2gtoes" wrote:
Check msg.isFullResult() inside while loop before continuing to the next video. isFullResult() returns True if the entire video was played. When user interrupts playback, isFullResult() will return False.

IsFullResult() is an event, not a status. You should check for the IsPartialResult() event to determine if the entire video was played or not. You should also check for errors via the IsRequestFailed() event.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos