![]() |
|
Old plugin. re-open broadcast. - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Python Add-on Development (/forumdisplay.php?fid=26) +--- Thread: Old plugin. re-open broadcast. (/showthread.php?tid=126597) |
Old plugin. re-open broadcast. - rryk - 2012-03-26 02:03 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. |