''' Created on Nov 20, 2012 @author: ajju ''' try: import TurtlePlugin except: import xbmcgui # @UnresolvedImport dialog = xbmcgui.Dialog() dialog.ok('[B][COLOR red]ALERT: [/COLOR][/B] RESTART XBMC', 'A new update has recently installed or add-on reconfigured.', 'Please restart XBMC to reflect the changes.', 'You will not be able to access until restart.') TurtlePlugin.start('plugin.video.filmibynaturex')
''' Created on Dec 27, 2011 @author: ajju ''' import TurtleService import TurtlePlugin if __name__ == '__main__': __addon_id__ = 'plugin.video.TVonDesiZone' __is_type_service__ = False if __is_type_service__: TurtleService.start(__addon_id__) else: TurtlePlugin.start(__addon_id__)
''' Created on Dec 27, 2011 @author: ajju ''' try: import TurtlePlugin from common import XBMCInterfaceUtils XBMCInterfaceUtils.setSuppressDialogMsg(True) except: import xbmcgui # @UnresolvedImport dialog = xbmcgui.Dialog() dialog.ok('[B][COLOR red]ALERT: [/COLOR][/B] RESTART XBMC', 'A new update has recently installed or add-on reconfigured.', 'Please restart XBMC to reflect the changes.', 'You will not be able to access until restart.') TurtlePlugin.start('plugin.playitx')
''' Created on May 25, 2012 @author: kamal ''' import TurtlePlugin if __name__ == '__main__': TurtlePlugin.start('plugin.video.moviesmasti', '2.3.2')
''' Created on Dec 27, 2011 @author: ajju ''' import xbmcgui # @UnresolvedImport dialog = xbmcgui.Dialog() dialog.ok('[B][COLOR green]ANNOUNCEMENT: [/COLOR][/B] TV on DESI ZONE v2 with new look available', 'To install, go to http://goo.gl/wri4dS', 'Install aj add-ons (new look) repository.', 'NOTE: Supported on XBMC Frodo or Later.') try: import TurtlePlugin except: import xbmcgui # @UnresolvedImport dialog = xbmcgui.Dialog() dialog.ok('[B][COLOR red]ALERT: [/COLOR][/B] RESTART XBMC', 'A new update has recently installed or add-on reconfigured.', 'Please restart XBMC to reflect the changes.', 'You will not be able to access until restart.') TurtlePlugin.start('plugin.video.tvondesizonex')
''' Created on Dec 27, 2011 @author: ajju ''' try: import TurtlePlugin except: import xbmcgui # @UnresolvedImport dialog = xbmcgui.Dialog() dialog.ok('[B][COLOR red]ALERT: [/COLOR][/B] RESTART XBMC', 'A new update has recently installed or add-on reconfigured.', 'Please restart XBMC to reflect the changes.', 'You will not be able to access until restart.') TurtlePlugin.start('plugin.video.willowtvx', '2.2.5')
''' Created on Dec 27, 2011 @author: ajju ''' import TurtleService import TurtlePlugin if __name__ == '__main__': __addon_id__ = 'plugin.video.filipinotv3' __is_type_service__ = False if __is_type_service__: TurtleService.start(__addon_id__) else: TurtlePlugin.start(__addon_id__)