Kodi Community Forum

Full Version: Old plugin. re-open broadcast.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm new to programming and I ask for your understanding. I have an old plug-in that plays stream from web but this broadcast occur frequently breaks. XBMC reads this as the end of the program and close it, so everytime I need to start from scratch. So how to do that after receiving the message "PlayBackEnded" will automatically re-opened programs. What i must write in this space:

def onPlayBackEnded(self):


Ps. Apologize for my English.