Gigablue Quad 4K & UE 4K
.........FBC Tuners:
------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
.......................
Vu+ Uno4KSE, Dreambox dm900
AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
Zgemma H9 C/S into Giga4K
Last edited by Tkr001; 10-10-21 at 02:43.
Gigablue Quad 4K & UE 4K
.........FBC Tuners:
------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
.......................
Vu+ Uno4KSE, Dreambox dm900
AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
Zgemma H9 C/S into Giga4K
Posts moved to new thread.
The NZ details were added to CrossEPG here.
https://github.com/oe-alliance/e2ope...c5a6136409d124
Tuning parameters here
https://github.com/oe-alliance/e2ope...sd1_160.0.conf
The Dict files were added to our E2 here, so zapping to a service on the EPG transponder should work:
https://github.com/OpenViX/enigma2/c...ba4f200ba1cbfd
He can't use Rytec EPG as Doglover said he will only do European services.
Last edited by abu baniaz; 10-10-21 at 17:21.
The only EPG database changes from V7 to V8 should be the LOAD string check change and also the 8bit to 16bit type change for the source type.
Im on the wine.. so drunken copy/paste assumptions below!
Why buf[0] = 0x01? NOWNEXT=1, would assume V8 is buf[0] = 0x00 buf[1] = 0x00 here?
https://github.com/E2OpenPlugins/e2o...nverter.c#L256
const char *header = "UNFINISHED_V8";
https://github.com/E2OpenPlugins/e2o...nverter.c#L337
fwrite ("ENIGMA_EPG_V8", 13, 1, fd);
https://github.com/E2OpenPlugins/e2o...er.c#L191-L210
Code:buf[0] = 0x01; buf[1] = 0x00; buf[2] = length ; buf[3] = (event_id >> 8) & 0xff; buf[4] = event_id & 0xff; buf[5] = (start_mjd >> 8) & 0xff; buf[6] = start_mjd & 0xff; buf[7] = toBCD (start_time.tm_hour); buf[8] = toBCD (start_time.tm_min); buf[9] = toBCD (start_time.tm_sec); buf[10] = toBCD (title->length / (60*60)); buf[11] = toBCD ((title->length / 60) % 60); buf[12] = toBCD (title->length % 60); for (i=0; i<crcs_count; i++) { memcpy (buf+13+(i*4), &crcs[i], 4); }
Last edited by LraiZer; 10-10-21 at 18:41.
Andy_Hazza (12-10-21),Clabs (10-10-21)
Gigablue Quad 4K & UE 4K
.........FBC Tuners:
------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
.......................
Vu+ Uno4KSE, Dreambox dm900
AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
Zgemma H9 C/S into Giga4K
Andy_Hazza (12-10-21),Clabs (10-10-21)
Zap to any service on 12519 H, e.g. Breeze TV, TVNZ Duke +1, Prime, Prime Plus 1, Bravo New Zealand +1. Stay tuned to that service for at least 3 minutes.
Download should have happened.
Having left it for longer full epg now available. Thanks Huevos.
You can use the epgrefresh plugin (available from the plugin feeds) to automate the process. You will need to configure it to use one of the services that contain the epg data and configure the duration long enough to download all the data. Its effectively an automated channel zapper - I find the "fake recording" option works well for me.
Zgemma H7S running OpenVIX 6.2, Darkmotor, Triax TD110 dish, Inverto Black Ultra dual lnb
LG 50UM7450 4K TV, Pioneer VSX-534 Atmos AVR , Panasonic UB820 region free 4K Bluray & a PS4.
abu baniaz (13-10-21)