On Mon, Oct 3, 2011 at 10:08 PM, Tommy Winther <[email protected]> wrote:
> * script.tvguide
> * version: 1.1.0
> * url: git://github.com/twinther/script.tvguide.git
> * tag: v1.1.0
> * xbmc version: eden-pre

this needs (a variant of) attached

cheers,

spiff
diff --git a/script.tvguide/addon.py b/script.tvguide/addon.py
index d6b6e58..98818e7 100644
--- a/script.tvguide/addon.py
+++ b/script.tvguide/addon.py
@@ -4,6 +4,7 @@ import xbmcaddon
 import source
 import gui
 import notification
+import os
 
 SOURCES = {
     'YouSee.tv' : source.YouSeeTvSource,
@@ -14,6 +15,7 @@ SOURCES = {
 
 ADDON = xbmcaddon.Addon(id = 'script.tvguide')
 sourceRef = SOURCES[ADDON.getSetting('source')]
+os.makedirs(xbmc.translatePath(ADDON.getAddonInfo('profile')))
 
 SETTINGS = {
     'cache.path' : xbmc.translatePath(ADDON.getAddonInfo('profile')),
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to