/[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 3209 by torben, Mon Sep 18 06:47:11 2017 UTC revision 3211 by torben, Mon Sep 18 18:06:48 2017 UTC
# Line 28  __entrypoint__ = __addon__.getSetting('e Line 28  __entrypoint__ = __addon__.getSetting('e
28  __backend__ = "https://todic.dk/xbmc.php?xbmckey=" + __key__  __backend__ = "https://todic.dk/xbmc.php?xbmckey=" + __key__
29    
30  if __entrypoint__ == "alternative":  if __entrypoint__ == "alternative":
31          __backend__ = "https://alt.todic.dk/xbmc.php?xbmckey=" + key          __backend__ = "https://alt.todic.dk/xbmc.php?xbmckey=" + __key__
32    
33  if __entrypoint__ == "testing":  if __entrypoint__ == "testing":
34          __backend__ = "https://todic.dk/xbmc-beta.php?xbmckey=" + __key__          __backend__ = "https://todic.dk/xbmc-beta.php?xbmckey=" + __key__
35                    
36    print "[Todic] entrypoint: " + __entrypoint__
37    print "[Todic] backend: " + __backend__
38    
39    
40  fanartImage = os.path.join(__addon__.getAddonInfo('path'), 'movie_bg_blur.jpg')  fanartImage = os.path.join(__addon__.getAddonInfo('path'), 'movie_bg_blur.jpg')

Legend:
Removed from v.3209  
changed lines
  Added in v.3211

  ViewVC Help
Powered by ViewVC 1.1.20