OR you can modify the script yourself!
change epg to 2051 on line 447:
and also change epg range to 2050-2053 on line 667:
run plugin to create latest BBCi bouquet
change epg to 2051 on line 447:
Code:
"2051") bouquetname "12" "BBC Interactive"
Code:
if [ $epg -gt 2050 -a $epg -lt 2053 ]; then ca="FTA"; sn="BBCi $epg"
Comment