Eugene-Bond / xmbc-plugins

XBMC addons
13 stars 15 forks source link

Keeps Skipping Channels #11

Open bigmyx opened 10 years ago

bigmyx commented 10 years ago

Hi @Eugene-Bond , Thanks for your commitment and great work on this plugin. It kept working perfect until 3 days ago. I suspect something changed in the way KartinaTV translate the video ... (speculating) Problem: Whenever I start playing the steam, after 1-2 sec. player skips to another (next in the list) channel, than, after 1-2 sec. again to the next one, so on so forth .. Here is my XBMC log Please advise. Thanks !

Eugene-Bond commented 10 years ago

Hi @bigmyx

It's really hard to say anything exact. Could you try to reproduce the problem with another device and another version of XBMC? I can see that you are using old and unstable version of XBMC. I would highly recommend you to upgrade it to recent stable version.

bigmyx commented 10 years ago

Hi @Eugene-Bond
Indeed this was an issue with my version, I have updated XBMC and now all works. Just one remark : I still get an error that Python cannot load module "iptv" and I need to change the line #24 of plugin.video.kartina.tv/default.py to something like sys.path.append('myhome/.xbmc/.../resources /lib/iptv.py') Not sure why it does not work, but I had to hack it even with the new XBMC version.