diff --git a/skin/Boxee Skin NG/720p/settings.xml b/skin/Boxee Skin NG/720p/settings.xml index d09d2b5..5790a32 100644 --- a/skin/Boxee Skin NG/720p/settings.xml +++ b/skin/Boxee Skin NG/720p/settings.xml @@ -26,14 +26,14 @@ mbs = MythBoxeeSettings() 820 - 150 + 80 250 font23 820 - 175 + 115 300 left @@ -42,7 +42,7 @@ mbs = MythBoxeeSettings() 820 - 205 + 150 300 left @@ -52,7 +52,7 @@ mbs = MythBoxeeSettings() 820 - 235 + 185 300 left @@ -63,7 +63,7 @@ mbs = MythBoxeeSettings() 820 - 265 + 220 300 left @@ -75,32 +75,20 @@ mbs = MythBoxeeSettings() - 820 - 295 + 895 + 260 300 0 horizontal 1022 - - bg_btn.png - + font14 30 center center - - - bg_btn.png - - font14 - 30 - center - center - - @@ -110,7 +98,7 @@ mbs = MythBoxeeSettings() 820 - 360 + 330 250 left @@ -118,7 +106,7 @@ mbs = MythBoxeeSettings() 830 - 395 + 365 164 100 1044 @@ -181,7 +169,7 @@ mbs = MythBoxeeSettings() 820 - 480 + 460 250 left @@ -189,7 +177,7 @@ mbs = MythBoxeeSettings() 820 - 505 + 490 300 left @@ -199,7 +187,7 @@ mbs = MythBoxeeSettings() 820 - 535 + 525 300 left @@ -209,7 +197,7 @@ mbs = MythBoxeeSettings() 820 - 565 + 560 300 left diff --git a/ttvdb/cache.py b/ttvdb/cache.py index 7118a7f..c7dd073 100644 --- a/ttvdb/cache.py +++ b/ttvdb/cache.py @@ -20,7 +20,7 @@ import time import errno import httplib import urllib2 -import String +import string import StringIO import md5 from threading import RLock diff --git a/ttvdb/tvdb_api.py b/ttvdb/tvdb_api.py index 87b97bf..0a08be8 100644 --- a/ttvdb/tvdb_api.py +++ b/ttvdb/tvdb_api.py @@ -407,6 +407,8 @@ class Tvdb: def _getTempDir(self): """Returns the [system temp dir]/tvdb_api """ + import mc + return mc.GetTempDir() return os.path.join(tempfile.gettempdir(), "tvdb_api") def _loadUrl(self, url, recache = False):