I might be miss-understanding what you are saying... but all you need to do is make sure the main.go file says the right names... mine has this
tuners = []tuner{
{
url: "http://192.168.1.168/0.ts",
pre: "C:\\androidhdmi-for-channels-main\\prebmitune.bat",
start: "C:\\androidhdmi-for-channels-main\\bmitune.bat",
stop: "C:\\androidhdmi-for-channels-main\\stopbmitune.bat",
},
{
url: "http://192.168.1.168/4.ts",
pre: "C:\\androidhdmi-for-channels-main\\prebmitune2.bat",
start: "C:\\androidhdmi-for-channels-main\\bmitune2.bat",
stop: "C:\\androidhdmi-for-channels-main\\stopbmitune2.bat",
},
{
url: "http://192.168.1.168/8.ts",
pre: "C:\\androidhdmi-for-channels-main\\prebmitune3.bat",
start: "C:\\androidhdmi-for-channels-main\\bmitune3.bat",
stop: "C:\\androidhdmi-for-channels-main\\stopbmitune3.bat",
},
}


But not long after I had it working on the ONN yesterday, I tried to launch NBC again from the channels guide just to see how it worked over time and I got an endless stream of three dancing dots in the middle of the NBC app. I then tried to run the NBC app manually and it got content not available when I selected the live tab. Force close the app, clear cache, clear data, still didn't work.

