Jump to content


spectrum#

Member Since 14 Apr 2013
Offline Last Active 01 Apr 2020 21:31
-----

Posts I've Made

In Topic: CrossEPG 0.8

2 May 2014 - 22:47

I built this plugin for the amiko alien 2 and had the same problem. To overcome it, I created boxbranding.py in the plugin folder with the following contents:

def getImageDistro():
    "sh4"

The new CrossEPG looks for specific images/boxes (OpenVIX + another that I forget), so you can leave "sh4", or change it to whatever you want.

 

I'm not a programmer, so don't know if this is the best way to do this, but it seemed to work.