This really has me puzzled.
I went looking at some tvheadend files to compare, taken from the different installs.
Concentrating on the bouquet files for comparison this is what I find ...
The ARM device with no DVB-T services seen has the following in its bouquet file:
{
"enabled": true,
"maptoch": true,
"mapopt": [
],
"chtag": [
"bouquet_tag"
],
"chtag_ref": "",
"name": "My DVB-T",
"ext_url": "file:///storage/.kodi/userdata/Bouquets/My_DVB-T.tv",
"ssl_peer_verify": false,
"ext_url_period": 60,
"source": "exturl://e6a7f341de0e65301af3697442316b79",
"services": {
},
"services_seen": 0,
"comment": "file:///storage/.kodi/userdata/Bouquets/My_DVB-T.tv",
"lcn_off": 1
}
Display More
If I add a DVB-S entry to that file, it is seen and the file contents reflect it:
{
"enabled": true,
"maptoch": true,
"mapopt": [
"mapradio"
],
"chtag": [
"bouquet_tag"
],
"chtag_ref": "5f1efc004861b1244d7612d8afe094ef",
"name": "My DVB-T",
"ext_url": "file:///storage/.kodi/userdata/Bouquets/My_DVB-T.tv",
"ssl_peer_verify": false,
"ext_url_period": 60,
"source": "exturl://e6a7f341de0e65301af3697442316b79",
"services": {
"3f99409cc5d8c63d026af9f8fcb5a8ef": {
"lcn": 1000000
}
},
"services_seen": 1,
"comment": "file:///storage/.kodi/userdata/Bouquets/My_DVB-T.tv",
"lcn_off": 1
}
Display More
This is what the corresponding file looks like from the X86_64 install where all 11 entries are 'seen'
{
"enabled": true,
"maptoch": true,
"mapopt": [
],
"chtag": [
"bouquet_tag"
],
"chtag_ref": "3018d08c05e9d2298a4958e1a410e278",
"name": " My DBV-T",
"ext_url": "file:///home/<user-name>/.kodi/userdata/Bouquets/My_DVB-T.tv",
"ssl_peer_verify": false,
"ext_url_period": 60,
"source": "exturl://68ca3455b141128214fbb001ee10097e",
"services": {
"252f889f764061a8712e1df40e287f0d": {
"lcn": 11000000
},
"5bc05b56f281da5a61f75f97c582842d": {
"lcn": 9000000
},
"04b26e95d0d833ba336e76a3c70fe202": {
"lcn": 4000000
},
"884836f329e613aebae1a427d7566315": {
"lcn": 6000000
},
"a0ee4ac1872c1205f98a4da57ffbef6e": {
"lcn": 2000000
},
"a3d5a828b8b7c244f2aa59f04ed37505": {
"lcn": 3000000
},
"0bf5b5d98e7af23449fe4420341d91df": {
"lcn": 10000000
},
"cdbf3d17eeaa8c87fa7b321f8829c040": {
"lcn": 1000000
},
"f5eedad73b61a249544df40b83952e96": {
"lcn": 5000000
},
"e8e4a912d9dcb06080efbeb8ded7d80f": {
"lcn": 7000000
},
"6a39ace3a19423530b10a9609359b430": {
"lcn": 8000000
}
},
"services_seen": 11,
"comment": "file:///home/<user-name>/.kodi/userdata/Bouquets/My_DVB-T.tv",
"lcn_off": 1
}
Display More
Maybe the above added information will generate some idea where this is going wrong ... I can always hope 