/[projects]/misc/xbmc/plugin.video.todic/default.py
ViewVC logotype

Diff of /misc/xbmc/plugin.video.todic/default.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3036 by torben, Mon Jul 13 14:51:49 2015 UTC revision 3037 by torben, Mon May 30 20:26:56 2016 UTC
# Line 23  from xml.dom.minidom import parseString Line 23  from xml.dom.minidom import parseString
23    
24  __addon__ = xbmcaddon.Addon(id='plugin.video.todic')  __addon__ = xbmcaddon.Addon(id='plugin.video.todic')
25  __key__ = __addon__.getSetting('xbmckey').lower()  __key__ = __addon__.getSetting('xbmckey').lower()
26  __backend__ = "http://todic.dk/xbmc.php?xbmckey=" + __key__  __backend__ = "https://todic.dk/xbmc.php?xbmckey=" + __key__
27  fanartImage = os.path.join(__addon__.getAddonInfo('path'), 'movie_bg_blur.jpg')  fanartImage = os.path.join(__addon__.getAddonInfo('path'), 'movie_bg_blur.jpg')
28  datapath = xbmc.translatePath(  datapath = xbmc.translatePath(
29      'special://profile/addon_data/plugin.video.todic/')      'special://profile/addon_data/plugin.video.todic/')

Legend:
Removed from v.3036  
changed lines
  Added in v.3037

  ViewVC Help
Powered by ViewVC 1.1.20