Huevos
Huevos
> evaluating 7 cards by calling **42 time (7x6)** really not a good practice. tried https://github.com/chehsunliu/poker that is based on [deuces](https://github.com/worldveil/deuces) > > if there is any better solution, let's...

Ok, maybe we should just forget this. It is too much data. For me _./api/getallservices?renameserviceforxmbc=1&nolastscanned=1_ outputs 25MB.
In mine 126322 positions including spacers. Most is from IPTV bouquets, not lamedb. I'm not sure what the user who reported it has. I've asked.
./api/getallservices?renameserviceforxmbc=1&exclude=lastscanned,vod,program For me it takes 15 seconds for the server to respond and another 30 seconds to output the data. And then it still doesn't display. So, too much data...
I have fixed this in eListboxService where the problem was. Current openvix dev image should now work properly. https://github.com/OpenViX/enigma2/commit/41320646128af00497778a216f39dcd57074bf88 The code in OWI that looks for a marker currently is...
And this suggestion above `if int(sref.split(":")[1]) 64:` should be `if int(sref.split(":")[1]) != eServiceReference.isMarker:`