Hallo,
Ich bekomme das nicht hin. so schaut es nun bei mir aus.
xxx.xxx.xxx.xxx:8080 steht für die IP mit port. wird aus der liste ersetzt.
def message(self, message, title = ''):
dialog = xbmcgui.Dialog()
dialog.ok(title, message)
def onInit(self):
setPGUI(self)
proxy_support = urllib2.ProxyHandler({"http" : "http://xxx.xxx.xxx.xxx:8080/"})
opener = urllib2.build_opener(proxy_support)
urllib2.install_opener
try:
if self.initialized == True:
self.navi._list()
pass