Hi,
I took a look and this might be the problem:
here the reference is taken out of the meta file but I found no easy way to get the name.Code:try: ref = open(sreffile+".meta", "r").readline().strip() rr=str(""+ref) rr=rr.split("::")[0] if rr[-1] != ":": rr+=":" picon = str(rr.replace(":", "_")[:-1]) + ".png" L4logE("Picon",picon) cover = os.path.join(LCD4linux.PiconPath.value,picon) except: pass
I now have to go to france but perhaps take a further look at it at the weekend.
ciao