2012-05-03, 17:41
(2012-02-06, 23:56)europorsche914 Wrote: Found some issues running the plugin in a fresh install of ubuntu 11.10 and xbmc dharma..
The first error prevented the script from running at all and involved adding some code to Overlay.py (and removing json from the import line located below my code). When importing json library we need to add compatibility to different versions of Python by using this code (in bold)
Code:...
import xbmc, xbmcgui, xbmcaddon
import time, threading[b]
try: import simplejson as json
except ImportError: import json[/b]
import urllib2, csv, os.path
...
The second issue is that the epg locks up completely and doesnt allow any keyboard input causing me to force quit xbmc... error log says there is an attribute error on line 408 of EPGWindow.py
Im gonna continue looking into issue 2 to see if I can solve it.
EDIT:
These errors in this post seem to be only occuring on Dharma on now both windows and ubuntu but on my other windows box running eden does not have these issues...
Good work gentlemen, it's wonderful that you have the ceton up and running within xbmc. More than wonderful, because I can not get it working in VDR or tvheadend. When I downloaded the latest 2.13 I noticed some dll's and .exe files. Is there a ubuntu version? Or is it a custom beta build? I have Ubuntu 11.10 and eden 11.0 currently installed. I can stream directly from the card using mplayer on the same machine, but having problems with channels, epg and streaming using xbmc. Once again fantastic work.