prpr
Well-Known Member
I've managed to add this to my HDR and HD boxes, and without doing a retune (which probably wouldn't work anyway)!
Paste the following at a command line prompt:
As the service is not yet officially launched, it is not yet in the NIT and there is no EPG information, but it records fine (and un-protects and decrypts fine as you would expect).
I assumed it's going to end up on LCN 105.
This also requires BBC ONE HD to be tuned already (which is not unlikely!).
Paste the following at a command line prompt:
Code:
/etc/init.d/S90settop shut
sqlite3 /var/lib/humaxtv/channel.db
delete from tbl_svc where uslcn=105;
insert into tbl_svc values((select seq from sqlite_sequence where name='TBL_SVC')+1,
105,x'154368616e6e656c2035204844',17728,1,2,1,2,7,6400,6401,6402,6401,8192,0,1,0,2,0,0,
255,0,0,8192,0,0,0,8192,0,0,9018,0,0,0,1,1,0,1,4294967295,16,1,2,0,'www.five.tv',
50332417,255,0,'','');
update tbl_svc
set stregioninfo=(select stregioninfo from tbl_svc where szsvcname like '_BBC ONE HD'),
tsidx=(select tsidx from tbl_svc where szsvcname like '_BBC ONE HD'),
ustsid=(select ustsid from tbl_svc where szsvcname like '_BBC ONE HD')
where uslcn=105;
update tbl_svc set hsvc=((select tsidx from tbl_svc where uslcn=105)*65536+
(select svcidx from tbl_svc where uslcn=105)) where uslcn=105;
.q
sync
reboot
I assumed it's going to end up on LCN 105.
This also requires BBC ONE HD to be tuned already (which is not unlikely!).
Last edited: