>>586
メニュー:メンテナンス→メニュー:環境設定→BSチューナーの台数

--- epgdump/epgdump.c 2016-01-27 23:00:00.000000000 +0900
+++ epgdump.c 2022-11-12 01:58:37.163509000 +0900
@@ -1241,11 +1243,16 @@
svtcur = svttop;
while( svtcur->next != NULL ){
svtcur = svtcur->next;
unsigned int node = type==0 ? 0 : ( svtcur->transport_stream_id & 0x01f0U ) >> 4;
unsigned int slot = type==0 ? 0 : svtcur->transport_stream_id & 0x0007U;

- if( type==1 && ( svtcur->transport_stream_id==0x40f1U || svtcur->transport_stream_id==0x40f2U ) )
- slot--;
+ if( type == 1 ){
+ if( node == 11 )
+ slot -= 2;
+ else
+ if( node == 15 ) // BS1
+ slot--;
+ }
fprintf( outfile,
"i:%i;a:8:{"
"s:2:\"id\";s:%i:\"%s\";"